{"id":24897234,"url":"https://github.com/str00bs/apps-server","last_synced_at":"2026-04-13T21:32:21.206Z","repository":{"id":207177657,"uuid":"718609638","full_name":"str00bs/apps-server","owner":"str00bs","description":"Open-source fueled apps, services and tools for a self hosting \u0026 development.","archived":false,"fork":false,"pushed_at":"2025-07-28T09:30:02.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T18:19:48.085Z","etag":null,"topics":["containers","docker","docker-compose","home-server","portainer","servers","traefik"],"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/str00bs.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}},"created_at":"2023-11-14T12:50:24.000Z","updated_at":"2025-01-30T14:49:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"59fb2ea5-152d-4b7b-acd4-d1c22e1e3b39","html_url":"https://github.com/str00bs/apps-server","commit_stats":null,"previous_names":["str00bs/apps-server"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/str00bs/apps-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/str00bs%2Fapps-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/str00bs%2Fapps-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/str00bs%2Fapps-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/str00bs%2Fapps-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/str00bs","download_url":"https://codeload.github.com/str00bs/apps-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/str00bs%2Fapps-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: 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":["containers","docker","docker-compose","home-server","portainer","servers","traefik"],"created_at":"2025-02-01T20:17:03.862Z","updated_at":"2026-04-13T21:32:21.187Z","avatar_url":"https://github.com/str00bs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apps Server\nThis repository contains a variety of open-source fueled apps, services and tools for a self hosting \u0026 development.\n\n## Available Service Stacks\n- `admin` | `portainer`: Container native monitoring and administration interface\n- `analytics` | `matomo`: Open-source GDPR compliant analytics platform\n- `automations` | `n8n`: Open-source integration \u0026 flow based automation tool\n- `baas` | `appwrite`: Open-source Backend As A Service\n- `block_storage` | `minio`: Open-source object storage\n- `blog` | `ghost`: Open-source publication tool and wordpress alternative\n- `ci` | `drone`: Open-source CI/CD pipeline and deployment powered by community integrations\n- `cloud` | `nextcloud`: Open-source GCloud/Dropbox alternative\n- `code` | `VSC Web`: Visual Studio Code web client\n- `gateway` | `traefik`: Container native proxy \u0026 service gateway\n- `registry` | `registry`: Docker container registry\n- `uptime` | `kuma`: UptimeKuma service monitor.\n- `vault` | `vaultwarden`: Open-source rust implementation of the password manager bitwarden\n\n\n## Pre-requisties\n- Note all `DOMAIN` variables are **without HTTP(S) prefix!**\n    - Valid domain: `vault.example.com`\n    - Invalid doman: `https://vault.example.com`\n\n- DNS `A` record with a wildcard `sub.domain.tld` pointing towards the server\n- Domain \u0026 global storage `.env` variables are **required** for the gateway and letsencrypt to work\n- A server with at least 2 core CPU and 4GB of RAM\n    - Note: Start-up may require more RAM or slow-down with only 2 cores/CPUs\n    - Note: Varies depending on load, usage and number of services currently running\n    - Note: Once deployed, all current services requires ~2.1GB of RAM\n\n\n## Setup\nThe [Gateway](stacks/gateway/) Needs to be deployed first to allow LetsEncrypt to provide SSL.\n1. Fill in, and copy over the environment files `cp stack.env .env` \n2. Fill in, and copy over the docker files `stack.docker-compose.yml docker-compose.yml`\n3. Start the gateway: `docker-compose up -d`\n\nIt's highly recommended to deploy [Admin](stacks/admin) next and use this for preceeding stack deployments.\n\n## Deployments\nThere are two ways to deploy the configured stacks;\n1. Using Portainers WebGUI \u0026 stacks feature\n2. Manually by following the same steps as in setup per stack (per compose file)\n\n## Adding apps\nTo add a new app container, the following needs to be included:\n- `stack.docker-compose.yml` with the following properties:\n  - Per service, define traefik labels for exposure\n    ```yaml\n    labels:\n      - traefik.enable=true\n      - traefik.http.routers.{SERVICE_NAME}.tls=true\n      - traefik.http.routers.{SERVICE_NAME}.tls.certresolver=letsencrypt\n      - traefik.http.routers.{SERVICE_NAME}.entrypoints=https\n      - traefik.http.routers.{SERVICE_NAME}.rule=Host(`${DOMAIN}`)\n      # Services\n      - traefik.http.services.{SERVICE_NAME}.loadbalancer.server.port=80\n    ```\n- `stack.env` with the follwing properties:\n  - This is required for domain and storage configuration \n    ```ini\n    # Project variables\n    COMPOSE_PROJECT_NAME=stack-{STACK_NAME}\n    GLOBAL_STORAGE={PATH_TO_STORAGE}\n    DOMAIN={YOUR_DOMAIN_NAME}\n    # Service variables\n    MY_VAR=\"1234\"\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstr00bs%2Fapps-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstr00bs%2Fapps-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstr00bs%2Fapps-server/lists"}