{"id":20930186,"url":"https://github.com/dpbm/home-server","last_synced_at":"2026-04-27T14:04:05.750Z","repository":{"id":250030123,"uuid":"823925766","full_name":"Dpbm/home-server","owner":"Dpbm","description":"My RaspberryPi Home Server configuration","archived":false,"fork":false,"pushed_at":"2024-07-24T17:54:42.000Z","size":331,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-29T13:56:19.779Z","etag":null,"topics":["adguard","gitpod","home-server","iot","jellyfin","local-network","media-server","network","portainer","raspberry-pi","server"],"latest_commit_sha":null,"homepage":"https://dpbm.github.io/home-server/","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/Dpbm.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":"2024-07-04T02:55:10.000Z","updated_at":"2024-10-10T07:01:31.000Z","dependencies_parsed_at":"2024-07-24T20:51:54.145Z","dependency_job_id":null,"html_url":"https://github.com/Dpbm/home-server","commit_stats":null,"previous_names":["dpbm/home-server"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Dpbm/home-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fhome-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fhome-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fhome-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fhome-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dpbm","download_url":"https://codeload.github.com/Dpbm/home-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fhome-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32339301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["adguard","gitpod","home-server","iot","jellyfin","local-network","media-server","network","portainer","raspberry-pi","server"],"created_at":"2024-11-18T21:29:44.210Z","updated_at":"2026-04-27T14:04:05.709Z","avatar_url":"https://github.com/Dpbm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home Server Setup\n\n\u003cimg src=\"./assets/system.jpeg\" /\u003e\n\nThis project aims to store all the configurations I've been doing in my mini home server.\n\nTill now, the server consists in a single raspberry pi 3B with a TFT 3.2' screen and a external HD attached. This one, is using the Raspberry pi OS (Bullseye).\n\nIn that, I'm running some docker containers which can be accessed through my whole home network. The containers are:\n\n- Jellyfin\n- Portainer\n- GitPod\n- AdGuardHome\n- Nextcloud\n\n\n## Setup\n\nTo setup a server like this one, first install the Raspberry pi OS (Bullseye) 64-Bit, to do that you may use the [rpi-imager](https://www.raspberrypi.com/software/) or, if you prefer, download the `img` file and flash it to your SD Card using another software of your preference.\n\n![rpi-imager - flashing the system](./assets/pi%20imager.png)\n\nThen plug your SD card into your Raspberry pi, configure your network, and then your ssh connection.\n\n```bash\nsudo raspi-config\n\n# then go to Interfacing Options \u003e SSH\n```\n\nAfter that, ensure you configured the ssh for key only logging, you can understand it better [here](https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server).\n\nDoing that, you can use ssh to connect remotely to your server using `putty` or command line:\n\n```bash\nssh username@the-ip-of-your-raspberry-pi\n```\n\nFinally, run the script:\n\n\n```bash\n#in your raspberry pi\ngit clone https://github.com/Dpbm/home-server\ncd ./home-server/\nchmod +x setup.sh\n./setup.sh\n```\n\nAt the end of the process, your raspberry pi will reboot to apply all the changes.\n\n`Note: the process set a static ip for your server, ensure you fixed it in your router configurations, and also that the selected ip will not collide with other devices' ips`\n\n## Accessing services\n\nTo access the server's services, you can go to:\n\n- `http://your-raspbery-pi-ip:8096/` for `Jellyfin`\n- `https://your-raspbery-pi-ip:9443/` for `Portainer`\n- `https://your-raspbery-pi-ip:3004/` for `GitPod`\n- `https://your-raspbery-pi-ip:3333/` for `Nextcloud`\n- `https://your-raspbery-pi-ip:3000/` for `AdGuardHome` `obs (the port 3000 may change after further configurations)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpbm%2Fhome-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpbm%2Fhome-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpbm%2Fhome-server/lists"}