{"id":27832042,"url":"https://github.com/felbinger/AdminGuide","last_synced_at":"2025-05-02T06:01:38.127Z","repository":{"id":39989688,"uuid":"284130099","full_name":"felbinger/AdminGuide","owner":"felbinger","description":"Linux Server Administrator Guide","archived":false,"fork":false,"pushed_at":"2025-04-22T08:42:00.000Z","size":3256,"stargazers_count":29,"open_issues_count":9,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T09:46:32.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://adminguide.pages.dev","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/felbinger.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}},"created_at":"2020-07-31T21:10:22.000Z","updated_at":"2025-04-22T08:41:12.000Z","dependencies_parsed_at":"2024-02-06T14:07:35.282Z","dependency_job_id":"114e16ad-0f0f-4332-b9fa-eb238f46ae98","html_url":"https://github.com/felbinger/AdminGuide","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/felbinger%2FAdminGuide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felbinger%2FAdminGuide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felbinger%2FAdminGuide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felbinger%2FAdminGuide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felbinger","download_url":"https://codeload.github.com/felbinger/AdminGuide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251993055,"owners_count":21677026,"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":"2025-05-02T06:01:36.851Z","updated_at":"2025-05-02T06:01:38.122Z","avatar_url":"https://github.com/felbinger.png","language":"Shell","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# Admin Guide\nYou can find this repository here: [https://adminguide.pages.dev](https://adminguide.pages.dev).\n\n## Contribute\nFeel free to open issues / pull requests.  \nPlease validate that your changes work as intented!  \nYou can start the mkdocs development server by running:\n```bash\nsudo ./serve.sh\n# or\nsudo sh ./serve.sh\n```\nThe http server is then listening on port 8000.  \n**Please review every script from the Internet before executing it!**\n\n### Contribution Guidelines\n* Web Services are exposed to `[::1]:8000`\n* Secret Environment Variables are in an env_file (and not in the `docker-compose.yml` itself, to prevent leaks) with the following format:\n  ```shell\n  # .servicename.env\n  KEY=value\n  ```\n* environment variables should be in form of a YAML array, not an object:\n  ```yaml\n  environment:\n    - \"KEY=value\"\n  ```\n  instead of\n  ```yaml\n  # WRONG - please don't do this\n  environemnt:\n    KEY: value\n  # WRONG\n  ```\n* If possible the service should use either mariadb or postgresql.\n  If it makes sense, other databases (e.g. sqlite) are also quiet fine.\n* YAML arrays should be quoted, regardless which data is stored:\n  ```yaml\n  volumes:\n    - \"/srv/service_name/data:/data\"\n  ports:\n    - \"[::1]:8000:1234\"\n  networks:\n    - \"default\"\n    - \"database\"\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelbinger%2FAdminGuide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelbinger%2FAdminGuide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelbinger%2FAdminGuide/lists"}