Skip to content
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

Seafile Rock-On upstream image no longer works #419

Open
FroggyFlox opened this issue Dec 28, 2024 · 0 comments
Open

Seafile Rock-On upstream image no longer works #419

FroggyFlox opened this issue Dec 28, 2024 · 0 comments

Comments

@FroggyFlox
Copy link
Member

FroggyFlox commented Dec 28, 2024

Thanks to forum user @silviucc for reporting this issue:
https://forum.rockstor.com/t/cant-install-seafile-rockon/10353

The current Seafile Rock-On install fails with: manifest for seafileltd/seafile-mc:latest not found when trying to pull the image. This is because upstream has moved to using versioned latest tags: 10.0-latest, 11.0-latest, 12.0-latest.
Current version seems to be 12.0, and its docker install is detailed/documented at: https://manual.seafile.com/12.0/setup/setup_ce_by_docker/

Its settings are split into 3 files:
https://manual.seafile.com/12.0/docker/ce/env
https://manual.seafile.com/12.0/docker/ce/seafile-server.yml
https://manual.seafile.com/12.0/docker/caddy.yml

The first is just a collection of ENV that we can pick and choose from; no issue there, it seems.
The second is the docker-compose file with all settings and volumes required. Note the use of multi-containers "linked" together with a docker network. This could be problematic for us at this point.
The third is the docker-compose file for the reverse proxy they now use: caddy. Note the use of ports 80 and 443 and the docker network of file 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant