{"id":48814039,"url":"https://github.com/gautada/nocodb","last_synced_at":"2026-04-14T10:03:13.951Z","repository":{"id":280529134,"uuid":"942170298","full_name":"gautada/nocodb","owner":"gautada","description":"A self-hosted nocodb container image","archived":false,"fork":false,"pushed_at":"2025-08-18T13:58:24.000Z","size":8,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T00:22:57.834Z","etag":null,"topics":["contianer","database"],"latest_commit_sha":null,"homepage":"","language":null,"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/gautada.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-03T17:26:55.000Z","updated_at":"2026-02-27T02:40:26.000Z","dependencies_parsed_at":"2025-04-07T01:23:06.770Z","dependency_job_id":"86c62d3e-e0b5-4a38-b797-015580a728a3","html_url":"https://github.com/gautada/nocodb","commit_stats":null,"previous_names":["gautada/nocodb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gautada/nocodb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautada%2Fnocodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautada%2Fnocodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautada%2Fnocodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautada%2Fnocodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gautada","download_url":"https://codeload.github.com/gautada/nocodb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gautada%2Fnocodb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31791174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["contianer","database"],"created_at":"2026-04-14T10:03:11.027Z","updated_at":"2026-04-14T10:03:13.942Z","avatar_url":"https://github.com/gautada.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# nocodb\n\nA self-hosted nocodb container image\n\n[github](https://github.com/nocodb/nocodb/)\n[nocodb - dev](https://github.com/nocodb/nocodb/blob/develop/README.md)\n[dev support](https://github.com/nocodb/nocodb/blob/master/.github/CONTRIBUTING.md)\n\n## Database Configuration\n\nBy default, NocoDB uses SQLite stored at `/mnt/volumes/data/noco.db`. For production use, configure an external PostgreSQL database via the `NC_DB` environment variable.\n\n### PostgreSQL\n\n```yaml\nenv:\n  - name: NC_DB\n    value: \"pg://user:password@postgres-host:5432/nocodb\"\n```\n\nConnection string format: `pg://USER:PASSWORD@HOST:PORT/DATABASE`\n\n### MySQL / MariaDB\n\n```yaml\nenv:\n  - name: NC_DB\n    value: \"mysql2://user:password@mysql-host:3306/nocodb\"\n```\n\n### SQLite (default)\n\nLeave `NC_DB` unset. Data is stored at `/mnt/volumes/data/noco.db`. Mount a persistent volume at `/mnt/volumes/data` to preserve data across restarts:\n\n```yaml\nvolumeMounts:\n  - name: nocodb-data\n    mountPath: /mnt/volumes/data\n```\n\n### Migration\n\nIf migrating from an existing SQLite installation to PostgreSQL, export your data from NocoDB's admin panel before switching databases. There is no automatic migration path.\n\n## Authentication\n\nBy default, NocoDB runs in **public mode** — the web UI is accessible without a login. To require user authentication, set the `NC_AUTH_JWT_SECRET` environment variable:\n\n```yaml\n# Kubernetes deployment example\nenv:\n  - name: NC_AUTH_JWT_SECRET\n    valueFrom:\n      secretKeyRef:\n        name: nocodb-secrets\n        key: jwt-secret\n```\n\nOr with Docker:\n```bash\ndocker run -d \\\n  -p 8080:8080 \\\n  -e NC_AUTH_JWT_SECRET=\"your-secret-key-here\" \\\n  gautada/nocodb\n```\n\nWhen `NC_AUTH_JWT_SECRET` is set, NocoDB enables JWT-based authentication. Users must sign in before accessing any data. If the variable is empty or unset, NocoDB defaults to public mode.\n\n\u003e **Security note:** Always set `NC_AUTH_JWT_SECRET` in production deployments. Use a strong random value (e.g., `openssl rand -hex 32`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgautada%2Fnocodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgautada%2Fnocodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgautada%2Fnocodb/lists"}