-
Notifications
You must be signed in to change notification settings - Fork 936
Create mollysocket community container #6242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
https://github.com/mollyim/mollysocket Could work well together with https://codeberg.org/NextPush/uppush Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
|
Hi @Anvil5465 do you need help here? |
|
@szaimen probably. I got busy, but I'll let you know when I have time to figure this out |
|
Hi, any update here? :) |
|
@szaimen honestly, I'm not sure what to make of the json validator errors. I tried running the mollysocket docker container on my own machine, and it didn't have any issues starting, though I did have trouble connecting my phone after it was up and running. |
| "writeable": true | ||
| } | ||
| ], | ||
| "working_dir": "/data", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
working_dir is not supported by AIO
| } | ||
| ], | ||
| "working_dir": "/data", | ||
| "command": "server", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
command is not supported by AIO
| "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/mollysocket", | ||
| "image": "ghcr.io/mollyim/mollysocket", | ||
| "image_tag": "1", | ||
| "restart": "always", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
restart should be set to unless-stopped
| "ports": [ | ||
| "8020:8020" | ||
| ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aio uses a different ports syntax. Please compare for example with
all-in-one/community-containers/vaultwarden/vaultwarden.json
Lines 11 to 16 in f8ed7e0
| "ports": [ | |
| { | |
| "ip_binding": "%APACHE_IP_BINDING%", | |
| "port_number": "8812", | |
| "protocol": "tcp" | |
| } |
Co-authored-by: Simon L. <[email protected]> Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Signed-off-by: Anvil5465 <[email protected]>
Co-authored-by: Simon L. <[email protected]> Signed-off-by: Anvil5465 <[email protected]>
Co-authored-by: Simon L. <[email protected]> Signed-off-by: Anvil5465 <[email protected]>
Co-authored-by: Simon L. <[email protected]> Signed-off-by: Anvil5465 <[email protected]>

https://github.com/mollyim/mollysocket
Could work well together with https://codeberg.org/NextPush/uppush