{"id":28852052,"url":"https://github.com/axelrindle/nextcloud-config-generator","last_synced_at":"2026-04-15T18:32:16.519Z","repository":{"id":299990408,"uuid":"1004841375","full_name":"axelrindle/nextcloud-config-generator","owner":"axelrindle","description":"Generate configuration files for Nextcloud.","archived":false,"fork":false,"pushed_at":"2025-06-19T13:49:01.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T20:11:26.822Z","etag":null,"topics":["config-generator","docker","kubernetes","nextcloud","nextcloud-config","nextcloud-installation"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axelrindle.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,"zenodo":null}},"created_at":"2025-06-19T09:05:34.000Z","updated_at":"2025-06-19T13:49:04.000Z","dependencies_parsed_at":"2025-06-19T10:25:57.085Z","dependency_job_id":"cf3e597f-e0f2-4d90-b476-a4d0e7d21ed0","html_url":"https://github.com/axelrindle/nextcloud-config-generator","commit_stats":null,"previous_names":["axelrindle/nextcloud-config-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axelrindle/nextcloud-config-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2Fnextcloud-config-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2Fnextcloud-config-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2Fnextcloud-config-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2Fnextcloud-config-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axelrindle","download_url":"https://codeload.github.com/axelrindle/nextcloud-config-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelrindle%2Fnextcloud-config-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31854746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-generator","docker","kubernetes","nextcloud","nextcloud-config","nextcloud-installation"],"created_at":"2025-06-19T22:00:41.664Z","updated_at":"2026-04-15T18:32:16.498Z","avatar_url":"https://github.com/axelrindle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nextcloud-config-generator\n\n\u003e Generate configuration files for Nextcloud.\n\nA CLI tool which generates [configuration files](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html) for Nextcloud\non the fly. Suitable for Kubernetes deployments where the [official Helm Chart](https://github.com/nextcloud/helm/tree/main/charts/nextcloud) seems unfitting or overwhelming.\n\n## Usage\n\n```\nUsage:\n  nc-cfg-gen [command]\n\nConfig Generation\n  dynamic     Generates the dynamic configuration, which may change during starts.\n  secrets     Generates the secret values instanceid, passwordsalt and secret.\n\nUse \"nc-cfg-gen [command] --help\" for more information about a command.\n\n```\n\n## Configuration\n\n| Environment Variable | Description | Default | Documentation |\n| ------------ | ------------ | ------------ | ------------ |\n| `NC_HOST` | The primary public-facing URL |  |  |\n| `NC_SCHEME` |  | https |  |\n| `NC_TRUSTED_DOMAINS` | All URLs the nextcloud instance will be accessible at |  |  |\n| `NC_DB_TYPE` |  |  | [`dbtype`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#dbtype) |\n| `NC_DB_HOST` |  |  | [`dbhost`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#dbhost) |\n| `NC_DB_NAME` |  |  | [`dbname`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#dbname) |\n| `NC_DB_USERNAME` |  |  | [`dbuser`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#dbuser) |\n| `NC_DB_PASSWORD` |  |  | [`dbpassword`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#dbpassword) |\n| `NC_DB_PREFIX` |  | nc_ | [`dbtableprefix`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#dbtableprefix) |\n| `NC_DB_REPLICAS` |  |  | [`dbreplica`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#dbreplica) |\n| `NC_MAIL_DOMAIN` |  |  | [`mail_domain`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#mail_domain) |\n| `NC_MAIL_FROM_ADDRESS` |  |  | [`mail_from_address`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#mail_from_address) |\n| `NC_MAIL_MODE` |  | smtp | [`mail_smtpmode`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#mail_smtpmode) |\n| `NC_MAIL_HOST` |  |  | [`mail_smtphost`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#mail_smtphost) |\n| `NC_MAIL_PORT` |  | 25 | [`mail_smtpport`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#mail_smtpport) |\n| `NC_MAIL_SECURE` |  | true | [`mail_smtpsecure`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#mail_smtpsecure) |\n| `NC_MAIL_USERNAME` |  |  | [`mail_smtpname`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#mail_smtpname) |\n| `NC_MAIL_PASSWORD` |  |  | [`mail_smtppassword`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#mail_smtppassword) |\n| `NC_REDIS_ENABLED` |  | false | [`redis`](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#redis) |\n| `NC_REDIS_HOST` |  |  |  |\n| `NC_REDIS_PORT` |  | 6379 |  |\n| `NC_REDIS_TIMEOUT` |  |  |  |\n| `NC_REDIS_USERNAME` |  |  |  |\n| `NC_REDIS_PASSWORD` |  |  |  |\n| `NC_REDIS_DATABASE` |  | 0 |  |\n\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelrindle%2Fnextcloud-config-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxelrindle%2Fnextcloud-config-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelrindle%2Fnextcloud-config-generator/lists"}