{"id":22496767,"url":"https://github.com/fjctp/seafile-server","last_synced_at":"2025-07-09T21:34:07.626Z","repository":{"id":91307057,"uuid":"81168011","full_name":"fjctp/seafile-server","owner":"fjctp","description":"Docker image for seafile server","archived":false,"fork":false,"pushed_at":"2017-06-25T19:03:53.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T03:41:34.630Z","etag":null,"topics":["docker","raspberry-pi","seafile","ssl"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fjctp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-07T04:56:16.000Z","updated_at":"2018-01-19T17:30:56.000Z","dependencies_parsed_at":"2023-04-26T23:00:21.944Z","dependency_job_id":null,"html_url":"https://github.com/fjctp/seafile-server","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fjctp/seafile-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fseafile-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fseafile-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fseafile-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fseafile-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fjctp","download_url":"https://codeload.github.com/fjctp/seafile-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjctp%2Fseafile-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264503950,"owners_count":23618762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","raspberry-pi","seafile","ssl"],"created_at":"2024-12-06T20:14:12.608Z","updated_at":"2025-07-09T21:34:07.620Z","avatar_url":"https://github.com/fjctp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seafile-server\nIt deploys seafile server with Nginx, and it supports SSL.\n\n# Configuration\n## Environment Variables\n| Name | Usage | Default | Example |\n| --- | --- | --- | --- |\n| PROTOCOL | Protocol wanted | http | https |\n| DOMAIN | Server domain name | 0.0.0.0 | https://www.seafile.com |\n\n## Login Information\n### Default\n| Email | Password |\n| --- | --- |\n| admin@seafile | password |\n\n**\\*\\*PLEASE CHANGE THE PASSWORD UPON LOGIN\\*\\***\n\n### Want to change it?\nCreate admin.txt in the shared folder with following information\n``` json\n{\n  \"email\": \"admin@seafile\",\n  \"password\": \"password\"\n}\n```\n\n# Run as daemon\n## x86 or x86_64\n```docker run -it --rm --name seafile -p 80:80 -p 443:443 -v /mnt/ssl/archive/nas.jsnc.info:/etc/ssl -v /mnt/seafile-db:/var/seafile/shared -e \"PROTOCOL=https\" -e \"DOMAIN=https://nas.jsnc.info\" local/seafile bash\ndocker run -d --name seafile-server \\\n           -p 80:80 \\\n           -p 443:443 \\\n           -e \"PROTOCOL=https\"\n           -e \"DOMAIN=https://www.seafile.com\"\n           -v \u003cYOUR LOCAL STORAGE\u003e:/var/seafile/shared \\\n           -v \u003cYOUR SSL CERTS\u003e:/etc/ssl \\\n           fjctp/seafile-server:latest\n```\n## RPi\n```\ndocker run -d --name seafile-server \\\n           -p 80:80 \\\n           -p 443:443 \\\n           -e \"PROTOCOL=https\"\n           -e \"DOMAIN=https://www.seafile.com\"\n           -v \u003cYOUR LOCAL STORAGE\u003e:/var/seafile/shared \\\n           -v \u003cYOUR SSL CERTS\u003e:/etc/ssl \\\n           fjctp/seafile-server:raspberrypi3-latest\n```\n\n# Pre-build image\nSee https://hub.docker.com/r/fjctp/seafile-server/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjctp%2Fseafile-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffjctp%2Fseafile-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjctp%2Fseafile-server/lists"}