{"id":18929149,"url":"https://github.com/jwillikers/nextcloud-config","last_synced_at":"2025-04-15T15:30:47.292Z","repository":{"id":104838766,"uuid":"594425077","full_name":"jwillikers/nextcloud-config","owner":"jwillikers","description":"Nextcloud server configuration files","archived":true,"fork":false,"pushed_at":"2024-10-02T11:57:12.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T21:52:13.474Z","etag":null,"topics":["config","nextcloud","redis"],"latest_commit_sha":null,"homepage":"https://codeberg.org/jwillikers/nextcloud-config","language":"PHP","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/jwillikers.png","metadata":{"files":{"readme":"README.adoc","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-28T14:16:19.000Z","updated_at":"2024-10-02T11:59:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"31d80165-d445-4e22-a23b-0f47e720bdb8","html_url":"https://github.com/jwillikers/nextcloud-config","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/jwillikers%2Fnextcloud-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fnextcloud-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fnextcloud-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwillikers%2Fnextcloud-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwillikers","download_url":"https://codeload.github.com/jwillikers/nextcloud-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249097779,"owners_count":21212351,"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":["config","nextcloud","redis"],"created_at":"2024-11-08T11:30:32.242Z","updated_at":"2025-04-15T15:30:47.015Z","avatar_url":"https://github.com/jwillikers.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Nextcloud Config\nJordan Williams \u003cjordan@jwillikers.com\u003e\n:experimental:\n:icons: font\nifdef::env-github[]\n:tip-caption: :bulb:\n:note-caption: :information_source:\n:important-caption: :heavy_exclamation_mark:\n:caution-caption: :fire:\n:warning-caption: :warning:\nendif::[]\n:Nextcloud: https://nextcloud.com/[Nextcloud]\n\nConfiguration for my {Nextcloud} server.\n\nThese are configuration files for my Nextcloud server, which is run via several containers.\nSee the https://codeberg.org/jwillikers/home-lab-helm[home-lab-helm] repository for the containers' configuration.\nEnvironment variables defined in that configuration cover most of the Nextcloud configuration.\nA couple of files are still required, so they are kept here.\n\n== Usage\n\nThe files provided in the `etc` subdirectory are meant to be mounted inside the Nextcloud container under the `/usr/local` directory.\nThe subdirectory `docker-entrypoint-hooks.d/pre-installation` should be mounted under the root of the container, where it will be executed before installation.\nThe hook just concatenates the `/var/www/html/autoconfig.php` with the included `autoconfig.php` file.\nThis file includes configuration for things that are not configured automatically through environment variables in the container.\nThe home-lab-helm Kubernetes configuration expects this repository to be in a specific location.\nFollow these instructions to put the files in the expected location.\n\n. Create the `~/Projects` directory.\n+\n[,sh]\n----\nmkdir --parents ~/Projects\n----\n\n. Clone this repository under the `~/Projects` directory.\n+\n[,sh]\n----\ngit -C ~/Projects clone https://codeberg.org/jwillikers/nextcloud-config.git\n----\n\n== References\n\n.Documentation\n* https://github.com/h2non/imaginary[imaginary]\n* https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/automatic_configuration.html[Nextcloud Admin Manual: Automatic setup]\n* https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html[Nextcloud Admin Manual: Background jobs]\n* https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#deleted-items-trash-bin[Nextcloud Admin Manual: Configuration Parameters - Deleted Items (trash bin)]\n* https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html[Nextcloud Admin Manual: Email]\n* https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/index.html[Nextcloud Admin Manual: Nextcloud configuration]\n* https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html[Nextcloud Admin Manual: Reverse proxy]\n* https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#previews[Nextcloud Admin Manual: Server tuning - Previews]\n* https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#tune-php-fpm[Nextcloud Admin Manual: Server tuning - Tune PHP-FPM]\n* https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/files_locking_transactional.html[Nextcloud Admin Manual: Transactional file locking]\n* https://github.com/nextcloud/docker[Nextcloud Docker]\n* https://hub.docker.com/_/redis[redis Official Docker Image]\n\n.See Also\n* https://github.com/nextcloud/all-in-one[Nextcloud All-in-One]\n\n== Code of Conduct\n\nThe project's Code of Conduct is available in the link:CODE_OF_CONDUCT.adoc[] file.\n\n== License\n\nThis project is licensed under the https://creativecommons.org/licenses/by-sa/4.0/legalcode[Creative Commons Attribution-ShareAlike 4.0 International License].\n\n© 2023 Jordan Williams\n\n== Authors\n\nmailto:{email}[{author}]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwillikers%2Fnextcloud-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwillikers%2Fnextcloud-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwillikers%2Fnextcloud-config/lists"}