{"id":19379190,"url":"https://github.com/pkej/homeserver","last_synced_at":"2026-04-17T11:31:59.208Z","repository":{"id":206449718,"uuid":"452889929","full_name":"pkej/HomeServer","owner":"pkej","description":"HomeServer individual docker-compose files. OpenLDAP for user control, traefik2 for routing, authelia for authentication.","archived":false,"fork":false,"pushed_at":"2022-01-28T00:42:18.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T22:34:41.202Z","etag":null,"topics":["acme","authelia","cloudfare-ddns","cloudflare-companion","docker","docker-compose","home-automation","home-network","home-networking","homenetwork","homenetworksetup","homeserver","htpc","htpcbeginner","letsencrypt","mariadb","openldap","traefik","traefik-certs-dumper","traefik-docker"],"latest_commit_sha":null,"homepage":"","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/pkej.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":"2022-01-28T00:25:25.000Z","updated_at":"2024-12-03T20:29:25.000Z","dependencies_parsed_at":"2023-11-09T17:42:17.068Z","dependency_job_id":null,"html_url":"https://github.com/pkej/HomeServer","commit_stats":null,"previous_names":["pkej/homeserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pkej/HomeServer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2FHomeServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2FHomeServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2FHomeServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2FHomeServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkej","download_url":"https://codeload.github.com/pkej/HomeServer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkej%2FHomeServer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31927741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["acme","authelia","cloudfare-ddns","cloudflare-companion","docker","docker-compose","home-automation","home-network","home-networking","homenetwork","homenetworksetup","homeserver","htpc","htpcbeginner","letsencrypt","mariadb","openldap","traefik","traefik-certs-dumper","traefik-docker"],"created_at":"2024-11-10T09:09:24.521Z","updated_at":"2026-04-17T11:31:59.193Z","avatar_url":"https://github.com/pkej.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configuring\nRunning the bin/configure.sh script will make a backup of any existing .env file and create a new one based on the .env-template and information from the current enviornment, user updated files and user input.\n\n## Logged in User\nFirst decide which PGID and PUID to use. If you're running in docker desktop you don't need to do anything.\n\nFrom the same directory as this README execute this command:\n```sh\nbin/configure.sh -p PROJECT_NAME\n```\n## Different User\nIf you need to use a different user or group you can provide the numeric identifiers via the commandline.\n\nFrom the same directory as this README execute this command which will give the UID and GID of the user with the login name \"USERNAME\":\n```sh\nbin/configure.sh -p PROJECT_NAME -u `id -u USERNAME` -g `id -g USERNAME` -n `id -u -n` -t 'Europe/Oslo'\n```\n\n## Files that you can fill in with data\nYou can create files in the secrets folder and their content will be inserted into the correct variables in the .env file. The reason for doing this is that some docker images accept files as input, while others have to use environment variables. \n\u003cdl\u003e\n\u003cdt\u003e`traefik_pilot_token`\u003cdt\u003e\n\u003cdd\u003eThis token is used to register your traefik instance with your traefik account.\u003cdd\u003e\n\u003cdt\u003e`domainname0`\u003cdt\u003e\n\u003cdd\u003eThis is the domain name of the first domain you want to control. You can also create a second-domain and change the 0 to 1. You can, and must, do the same for any other variable ending with 1, even if you use the same accounts for both services. This is simply due to the fact that the free version of cloudflare only allows one domain per user.\u003cdd\u003e\n\u003cdt\u003e`cf_api_key0`\u003cdt\u003e\n\u003cdd\u003eThis is the api key used by traefik when connecting to cloudflare for creating encryption keys, etc.\u003cdd\u003e\n\u003cdt\u003e`cf_email0`\u003cdt\u003e\n\u003cdd\u003eThis is used by traefik as above\u003cdd\u003e\n\u003cdt\u003e`cf_api_token0`\u003cdt\u003e\n\u003cdd\u003eThis is the api key used by traefik when connecting to cloudflare for updating dynamic ip (cf-ddns) and creating subdomains automatically (cf-companion).\u003cdd\u003e\n\u003cdt\u003e`htpasswd`\u003cdt\u003e\n\u003cdd\u003eYou need to create a ...\u003cdd\u003e\n\u003cdt\u003e`mariadb_root_password`\u003cdt\u003e\n\u003cdd\u003e\u003cdd\u003e\n\u003cdt\u003e``\u003cdt\u003e\n\u003cdd\u003e\u003cdd\u003e\n\u003cdt\u003e``\u003cdt\u003e\n\u003cdd\u003e\u003cdd\u003e\n\u003cdt\u003e``\u003cdt\u003e\n\u003cdd\u003e\u003cdd\u003e\n\u003cdt\u003e``\u003cdt\u003e\n\u003cdd\u003e\u003cdd\u003e\n\u003cdt\u003e``\u003cdt\u003e\n\u003cdd\u003e\u003cdd\u003e\n\u003cdt\u003e``\u003cdt\u003e\n\u003cdd\u003e\u003cdd\u003e\n\u003c/dl\u003e\n\n# Configuration order\nFiles in the `secrets` directory will override commandline arguments. Command line arguments will override automatic environment detection.\n\nYou will have to create files for most configuration options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkej%2Fhomeserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkej%2Fhomeserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkej%2Fhomeserver/lists"}