{"id":16170741,"url":"https://github.com/holtwick/selfhosted","last_synced_at":"2025-03-18T23:31:12.464Z","repository":{"id":66971190,"uuid":"562140276","full_name":"holtwick/selfhosted","owner":"holtwick","description":"Opinionated collection of docker-compose.yml","archived":false,"fork":false,"pushed_at":"2023-01-17T20:01:51.000Z","size":8,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T13:18:16.215Z","etag":null,"topics":["docker","docker-compose","privacy","selfhost","selfhosted","selfhosted-apps"],"latest_commit_sha":null,"homepage":"","language":null,"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/holtwick.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}},"created_at":"2022-11-05T12:41:00.000Z","updated_at":"2024-05-11T14:47:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"aaebec1f-a065-4160-be55-f6397d658996","html_url":"https://github.com/holtwick/selfhosted","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/holtwick%2Fselfhosted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holtwick%2Fselfhosted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holtwick%2Fselfhosted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holtwick%2Fselfhosted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holtwick","download_url":"https://codeload.github.com/holtwick/selfhosted/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955755,"owners_count":20374373,"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":["docker","docker-compose","privacy","selfhost","selfhosted","selfhosted-apps"],"created_at":"2024-10-10T03:19:33.019Z","updated_at":"2025-03-18T23:31:12.452Z","avatar_url":"https://github.com/holtwick.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# selfhosted\n\n\u003e My personal choice of self-hosted apps. \n\nThis project is accompanied by toots on Mastodon: [mastodon.social/@holtwick](https://mastodon.social/@holtwick).\n\n## My Recommended Services\n\n- [BirdsiteLive](birdsitelive/docker-compose.yml) is a Twitter to Mastodon proxy. You can follow Twitter accounts as if they were Mastodon ones. [-\u003e github](https://github.com/NicolasConstant/BirdsiteLive)\n- [Gitea](gitea/docker-compose.yml) is a bit like Github, but for smaller groups. It helps you to manage code and tickets. But also provides a super easy registry for your private packages. it is tiny and fast. [-\u003e gitea.io](https://gitea.io/)\n- [Nextcloud](nextcloud/docker-compose.yml) is your \"Cloud Service\". I use it for file sharing mainly. But it can do most things Google and Apple offer as well, like mail, contacts, calendar, office tools. [-\u003e nextcloud.com](https://nextcloud.com/)\n- [LanguageTool](languagetool/docker-compose.yml) LanguageTool is your private instance of the best grammar and spell checker available. When you use this private instance, you have less to worry about non-public texts going through a public checking service. [-\u003e languagetool.org](https://languagetool.org)\n  \n*New entries from time to time...*\n\n## Get Started\n\nI run my stuff on a [cloud server instance at Hetzner](https://hetzner.cloud/?ref=thK9VpOJK5Sg). There I choose the \"Docker\" presets. Any other provider will probably work as well.\n\nThen the first thing to do is to set up a [Nginx Proxy Manager](https://github.com/NginxProxyManager/nginx-proxy-manager). This is as easy as creating a folder named `proxy` and put this [`docker-compose.yml`](proxy/docker-compose.yml) file in it. Then start with `docker compose up -d`.\n\nThe proxy does two things:\n\n1. It manages your projects\n2. It manages your SSL certificates via Let's Encrypt\n\nNow we can get started setting up more services. The best thing to do upfront is to configure a wildcard in your DNS, like `*.selfhosted.example.com` pointing to your cloud server instance.\n\n## Setup Project\n\nTo install a project:\n\n1. Copy the `docker-compose.yml` to a subfolder on your cloud server. \n2. Start it from there with `docker compose up -d`.\n3. In the web interface of the Nginx Proxy create a \"Proxy Host\" with:\n   - Domain Names: Something like `my.selfhosted.example.com`\n   - Scheme: `http`\n   - Forward Hostname / IP: The `container_name` you chose in the `docker-compose.yml`.\n   - Forward Port: The port the service usually uses.\n4. You can then also request the SSL certificate from there.\n\nPlease note, that each `docker-compose.yml` includes these lines:\n\n```yml\nnetworks:\n  default:\n    external:\n      name: proxy\n```\n\nThis is required to allow connection to the Nginx Proxy.\n\nAnother convention is to not use Docker volumes but redirect to a local `data` folder. This helps with backups and porting to other instances.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholtwick%2Fselfhosted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholtwick%2Fselfhosted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholtwick%2Fselfhosted/lists"}