{"id":50358160,"url":"https://github.com/poulou0/dock-os","last_synced_at":"2026-05-29T23:30:57.231Z","repository":{"id":61740390,"uuid":"424939942","full_name":"poulou0/dock-os","owner":"poulou0","description":"Almost zero-configuration deployments of docker containers useful in a home server.","archived":false,"fork":false,"pushed_at":"2025-10-26T20:58:18.000Z","size":210,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T22:20:10.579Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/poulou0.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-05T12:26:30.000Z","updated_at":"2025-10-26T20:58:21.000Z","dependencies_parsed_at":"2025-10-26T22:11:16.883Z","dependency_job_id":"4c78cc2d-b8b9-4ee2-abc5-d510799cd11d","html_url":"https://github.com/poulou0/dock-os","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/poulou0/dock-os","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poulou0%2Fdock-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poulou0%2Fdock-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poulou0%2Fdock-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poulou0%2Fdock-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poulou0","download_url":"https://codeload.github.com/poulou0/dock-os/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poulou0%2Fdock-os/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33675019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["docker","docker-compose"],"created_at":"2026-05-29T23:30:55.728Z","updated_at":"2026-05-29T23:30:57.219Z","avatar_url":"https://github.com/poulou0.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dockÔS\n```\nNoun, [do.kós]\nThe main beam, especially in a house\n```\nAlmost zero-configuration deployments of docker containers useful in a home server.\n\n* Certbot (Let's Encrypt) https://hub.docker.com/r/certbot/certbot\n* Duplicati https://hub.docker.com/r/linuxserver/duplicati\n* ESPHome https://hub.docker.com/r/esphome/esphome\n* File Browser https://hub.docker.com/r/filebrowser/filebrowser\n* FileZilla https://hub.docker.com/r/linuxserver/filezilla\n* Firefox https://hub.docker.com/r/linuxserver/firefox\n* FTP server https://hub.docker.com/r/delfer/alpine-ftp-server\n* Home Assistant https://hub.docker.com/r/homeassistant/home-assistant\n* LibreOffice https://hub.docker.com/r/linuxserver/libreoffice\n* MariaDB https://hub.docker.com/_/mariadb\n* MiniDLNA https://hub.docker.com/r/vladgh/minidlna\n* MotionEye https://hub.docker.com/r/ccrisan/motioneye\n* Nextcloud https://hub.docker.com/r/linuxserver/nextcloud\n* Nginx https://hub.docker.com/_/nginx\n* ONLYOFFICE https://hub.docker.com/r/onlyoffice/documentserver\n* phpMyAdmin https://hub.docker.com/r/linuxserver/phpmyadmin\n* Pi-hole https://hub.docker.com/r/pihole/pihole\n* Portainer CE https://hub.docker.com/r/portainer/portainer-ce\n* Raspotify https://hub.docker.com/r/derkades/raspotify\n* RetroArch Web https://hub.docker.com/r/inglebard/retroarch-web\n* Rhasspy https://hub.docker.com/r/rhasspy/rhasspy\n* Samba server https://hub.docker.com/r/dperson/samba\n* shellinabox https://hub.docker.com/r/sspreitzer/shellinabox\n* Transmission https://hub.docker.com/r/linuxserver/transmission\n* VS Code https://hub.docker.com/r/linuxserver/code-server\n* WireGuard Easy https://hub.docker.com/r/weejewel/wg-easy\n\n![dock-os.png](./dock-os.png)\n\n### Installation\n```shell\ncd ~ \u0026\u0026 sudo apt update \u0026\u0026 \\\nsudo apt install -y ssh git docker-compose openssl \u0026\u0026 \\\ngit clone https://github.com/poulou0/dock-os.git \u0026\u0026 \\\ncp ./dock-os/.env.dist ./dock-os/.env \u0026\u0026 \\\necho \"Give the username of a sudoer\" \u0026\u0026 read \u0026\u0026 sed -i \"s/USER=.*/USER=$REPLY/g\" ./dock-os/.env \u0026\u0026 \\\necho \"Give the password of the sudoer\" \u0026\u0026 read -s \u0026\u0026 sed -i \"s/PASSWORD=.*/PASSWORD=$REPLY/g\" ./dock-os/.env \u0026\u0026 \\\nsed -i \"s|ROOT_DIR=.*|ROOT_DIR=$PWD\\/dock-os|g\" ./dock-os/.env \u0026\u0026 \\\nmkdir ./dock-os/nginx/certs \u0026\u0026 openssl req -newkey rsa:2048 -nodes -x509 -days 3650 -subj \"/C=GR\" \\\n  -keyout ./dock-os/nginx/certs/dashboard.key -out ./dock-os/nginx/certs/dashboard.crt \u0026\u0026 \\\nsudo docker-compose -f ./dock-os/docker-compose.yml up -d\n```\n\n### Usage\n* Dashboard: `https://\u003cip\u003e`\n* File manager: `http://\u003cip\u003e:8000`\n* MiniDLNA status: `http://\u003cip\u003e:8200`\n* ...\n\n\u003cdetails\u003e\n  \u003csummary\u003eNerdier notes\u003c/summary\u003e\n\n  ### File browser\n  Under Settings \u003e Global Settings \u003e Command runner \u003e After Copy/Delete/Rename/Save/Upload\n  ```shell\n  curl http://$(/sbin/ip route|awk '/default/ { print $3 }')/minidlna-rescan\n  ```\n  NOT WORKING, but promising!\n  ```shell\n  sudo docker-compose exec filebrowser /filebrowser cmds add after_copy \"curl http://\\$(/sbin/ip route|awk '/default/ { print \\$3 }')/minidlna-rescan\" \u0026\u0026 \\\n  sudo docker-compose exec filebrowser /filebrowser cmds add after_delete \"curl http://\\$(/sbin/ip route|awk '/default/ { print \\$3 }')/minidlna-rescan\" \u0026\u0026 \\\n  sudo docker-compose exec filebrowser /filebrowser cmds add after_rename \"curl http://\\$(/sbin/ip route|awk '/default/ { print \\$3 }')/minidlna-rescan\" \u0026\u0026 \\\n  sudo docker-compose exec filebrowser /filebrowser cmds add after_save \"curl http://\\$(/sbin/ip route|awk '/default/ { print \\$3 }')/minidlna-rescan\" \u0026\u0026 \\\n  sudo docker-compose exec filebrowser /filebrowser cmds add after_upload \"curl http://\\$(/sbin/ip route|awk '/default/ { print \\$3 }')/minidlna-rescan\"\n  ```\n  To list them `sudo docker-compose exec filebrowser /filebrowser cmds ls`\n\n  ### miniDLNA\n  Control url: `http://\u003cip\u003e:8200/rootDesc.xml`\n\n  Example to get \"All videos\" XML\n  ```shell\n  curl http://\u003cip\u003e:8200/ContentDir.xml -H 'SOAPAction:urn:schemas-upnp-org:service:ContentDirectory:1#Browse' --data '\u003cObjectID\u003e2$8\u003c/ObjectID\u003e\u003cBrowseFlag\u003eBrowseDirectChildren\u003c/BrowseFlag\u003e'\n  ```\n  Source: https://developer.sony.com/develop/audio-control-api/get-started/browse-dlna-file\n\n  ### certbot\n\n  Example issuing:\n  ```shell\n  docker-compose -f ./dock-os/plugins/certbot/docker-compose.yml run --rm certbot certonly --webroot --webroot-path /var/www/certbot/ [--dry-run] -d sub1.domain1.com,sub2.domain1.com,sub.domain2.com\n  ```\n  Renew:\n  ```shell\n  docker-compose -f ./dock-os/plugins/certbot/docker-compose.yml run --rm certbot renew\n  ```\n  More on `./nginx/conf.d/README.md`\n\u003c/details\u003e\n\n### TODO\n\n* migrate to iconify\n  ```\n  \u003cscript src=\"https://code.iconify.design/3/3.1.0/iconify.min.js\"\u003e\u003c/script\u003e\n  \u003cspan class=\"iconify\" data-icon=\"heroicons-outline:user\" data-width=\"24\" data-height=\"24\"\u003e\u003c/span\u003e\n  ```\n  https://icon-sets.iconify.design/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoulou0%2Fdock-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoulou0%2Fdock-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoulou0%2Fdock-os/lists"}