{"id":19034276,"url":"https://github.com/wenzel/docker-owncloud","last_synced_at":"2026-05-04T21:30:18.705Z","repository":{"id":19823378,"uuid":"23084305","full_name":"Wenzel/docker-owncloud","owner":"Wenzel","description":"Dockerfile to configure and deploy Owncloud with a simplified configuration based on SaltStack","archived":false,"fork":false,"pushed_at":"2015-02-10T17:32:47.000Z","size":236,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-02T05:13:13.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wenzel.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}},"created_at":"2014-08-18T19:50:58.000Z","updated_at":"2023-09-08T16:49:53.000Z","dependencies_parsed_at":"2022-08-25T23:22:41.843Z","dependency_job_id":null,"html_url":"https://github.com/Wenzel/docker-owncloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fdocker-owncloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fdocker-owncloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fdocker-owncloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fdocker-owncloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wenzel","download_url":"https://codeload.github.com/Wenzel/docker-owncloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240088501,"owners_count":19746098,"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":[],"created_at":"2024-11-08T21:44:07.586Z","updated_at":"2026-05-04T21:30:18.659Z","avatar_url":"https://github.com/Wenzel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-owncloud\n===============\n\nDockerfile for OwnCloud 8\n\nOwnCloud version : `8.0.0`\n\n# Information\n\nThis setup will run OwnCloud in Docker, using the Data only containers pattern\nfor both files and database.\n\nYou will end up with the following Docker containers :\n\n- `oc-data-files` : Storage for OwnCloud files (`owncloud/data` and `owncloud/config`)\n- `oc-data-db` : Storage for OwnCloud database (`/var/lib/prosgresql/data`)\n- `oc-postgres` : Container running the Database (`Postgresql`)\n- `oc-server` : Container running the server (`Apache2` on Fedora)\n\n# Step 1 : Data only containers\n\n    cd data/\n\nbuild the image responsible for file storage and configuration :\n\n    docker build -t oc-data-files .\n\nthen use `./run.sh` to create the Data only containers :\n\n- `oc-data-files`\n- `oc-data-db`\n\n# Step 2 : Database setup\n\n    cd db/\n\nEdit `init-owncloud-postgres.sh` and configure the database credentials :\n\n- `USERNAME`\n- `PASSWORD`\n- `DB`\n\nThen build `oc-postgres` image :\n\n    docker build -t oc-postgres .\n\nAnd run it with `./run.sh`\n\n# Step 3 : Run the server\n\nGet back to the top of the repository, and build the `oc-server` image :\n\n    docker build -t oc-server .\n\nAnd use `./run.sh` to run the server !\n\n# OwnCloud setup wizard\n\n- select `postgresql` storage\n- change `localhost` to `db` (`db` is the name you choose on the docker command line, when you want to link a container with another. here `--link oc-postgres:db`)\n\n# References\n\n- [OwnCloud in a container](http://www.herr-norbert.de/2014/10/04/docker-owncloud/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenzel%2Fdocker-owncloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenzel%2Fdocker-owncloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenzel%2Fdocker-owncloud/lists"}