{"id":13563304,"url":"https://github.com/kha7iq/selfhosted","last_synced_at":"2025-04-27T02:09:51.555Z","repository":{"id":41337034,"uuid":"288634385","full_name":"kha7iq/selfhosted","owner":"kha7iq","description":"Selfhosted services docker-compose manifests","archived":false,"fork":false,"pushed_at":"2023-10-26T11:22:08.000Z","size":52,"stargazers_count":76,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T08:25:46.784Z","etag":null,"topics":["docker-compose","self-hosted"],"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/kha7iq.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-08-19T04:37:01.000Z","updated_at":"2024-12-14T15:16:15.000Z","dependencies_parsed_at":"2022-09-01T01:22:41.192Z","dependency_job_id":"5ecfd732-066a-4f75-9ddf-61c531397c71","html_url":"https://github.com/kha7iq/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/kha7iq%2Fselfhosted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kha7iq%2Fselfhosted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kha7iq%2Fselfhosted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kha7iq%2Fselfhosted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kha7iq","download_url":"https://codeload.github.com/kha7iq/selfhosted/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250887296,"owners_count":21503026,"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-compose","self-hosted"],"created_at":"2024-08-01T13:01:17.585Z","updated_at":"2025-04-25T19:49:05.624Z","avatar_url":"https://github.com/kha7iq.png","language":null,"readme":"# Self Hosted Services \n\n## Services \n\n\n### A\n[Adguard](/services/adguard.yml)\n\n[Adminer](/services/adminer.yml)\n\n[Authelia](/services/sso.yml)\n\n\n### C\n[Certdump](/services/certdumper.yml)\n\n[Code Server](/services/code.yml)\n\n[CrowdSec](/services/crowdsec.yml)\n\n### D\n[Drone-ci](/services/drone-ci.yml)\n\n### E\n[Excalidraw](/services/excalidraw.yml)\n\n### F\n[File Browser](services/filebrowser.yml)\n\n### G\n[Ghost Blog](services/ghost-blog.yml)\n\n[Gitea](/services/gitea.yml)\n\n[Gotify](/services/gotify.yml)\n\n[Guacamole](/services/guacamole.yml)\n\n### H\n[Heimdall](/services/heimdall.yml)\n\n### J\n[Jellyfin](/services/jellyfin.yml)\n\n[Jenkins](/services/jenkins.yml)\n\n### M\n[Mariadb](/services/mariadb.yml)\n\n[Minio](/services/minio.yml)\n\n### N\n[Navidrome](services/navidrome.yml)\n\n[Net Data](services/netdata.yml)\n\n[NextCloud](/services/nextcloud.yml)\n\n### P\n[Pastefy](services/pastefy.yml)\n\n[Pi-Hole](services/pihole.yml)\n\n[Plausible Analytics](/services/plausible-analytics.yml)\n\n[Portainer](/services/portainer.yml)\n\n[Postwomen](/services/postwomen.yml)\n\n[PyLoad](services/pyload.yml)\n\n### Q\n[Qbittorrent](/services/qbittorrent.yml)\n\n### R\n[Redis](/services/redis.yml)\n\n### S\n[Searx](/services/find.yml)\n\n[Scrutiny](/services/scrutiny.yml)\n\n[Syncthing](/services/synthing.yml)\n\n### T\n[Traefik 2](/services/traefik2.yml)\n\n### U\n[Ubooquity](/services/ubooquity.yml)\n\n### V\n[Vault Warden](/services/vaultwarden.yml)\n\n### W\n[Whoogle](/services/whoogle.yml)\n\n[Wikijs](/services/wikijs.yml)\n\n[Wireguard](/services/wireguard.yml)\n\n### Y\n[Youtube-dl](/services/youtube-dl.yml)\n\n### Gitlab in Kubernetes\n[Gitlab Kubernetes](https://github.com/kha7iq/gitlab-k8s)\n\n## How to use this repo:\n\nClone the repo using:\n\n```\n$ git clone https://github.com/m47ik/selfhosted.git $HOME/selfhosted\n```\n\n\n## Traefik Network\n\nCreate the **home_net** network with:\n\n```\n$ docker network create -d macvlan --subnet=192.168.0.0/24 --gateway=192.168.0.1 -o parent=eth0 home_net\n```\n\nI use this method so that I can assign static IPs to containers. You can set the subnet and gateway as per your network.\n\nAlso this is not compulsory, you can create the `home_net` as docker network and us internal ips. Simply remove the following part from docker-compose manifests.\n```yaml\n    networks:\n      home_net:\n        ipv4_address: 192.168.xx.xx\n```\n\n## Requirements\n* Docker\n* docker-compose\n","funding_links":[],"categories":["Others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkha7iq%2Fselfhosted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkha7iq%2Fselfhosted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkha7iq%2Fselfhosted/lists"}