{"id":21177429,"url":"https://github.com/gpbenton/nextcloud","last_synced_at":"2026-04-09T17:39:41.302Z","repository":{"id":211865274,"uuid":"115992200","full_name":"gpbenton/nextcloud","owner":"gpbenton","description":"My docker installation of nextcloud with postgresql","archived":false,"fork":false,"pushed_at":"2021-02-21T13:44:30.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T11:44:42.097Z","etag":null,"topics":["docker","docker-compose","nextcloud","postgresql"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gpbenton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-01-02T08:22:47.000Z","updated_at":"2022-12-02T05:06:15.000Z","dependencies_parsed_at":"2023-12-11T10:46:29.671Z","dependency_job_id":null,"html_url":"https://github.com/gpbenton/nextcloud","commit_stats":null,"previous_names":["gpbenton/nextcloud"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpbenton%2Fnextcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpbenton%2Fnextcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpbenton%2Fnextcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gpbenton%2Fnextcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gpbenton","download_url":"https://codeload.github.com/gpbenton/nextcloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243624747,"owners_count":20321154,"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","docker-compose","nextcloud","postgresql"],"created_at":"2024-11-20T17:16:02.200Z","updated_at":"2025-09-22T21:02:48.039Z","avatar_url":"https://github.com/gpbenton.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nextcloud docker-compose setup\n\nThis is my nextcloud configuration, including database and news-feed updater, for use with the news application.\n\n# Installation\n\n- you need a reverse proxy as a front end.  I use caddy, but nginx will work to.\n- git clone repository\n- cd repository\n- Create a .env with \n```\nPOSTGRES_PASSWORD=\nPOSTGRES_USER=\nPOSTGRES_DB=\nNEXTCLOUD_ADMIN_USER=\nNEXTCLOUD_ADMIN_PASSWORD=\n```\n- docker-compose up -d\n- use your browser to connect via your reverse proxy.  You should be straight in as admin.\n\n# Configuration\n\nFor the news updater to work, you may need to add caddy as a trusted domain (the container accesses nextcloud via the docker internal network).  This is easiest using occ.  \n\nTry \n\n```\ndocker exec nextcloud_app_1 cat config/config.php\n```\n\nto see the current config, and\n\n```\ndocker exec -u www-data nextcloud_app_1 ./occ config:system:set trusted_domains 2 --value=caddy\n```\n\nto set it, where `2` is the array index.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpbenton%2Fnextcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgpbenton%2Fnextcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgpbenton%2Fnextcloud/lists"}