{"id":29826951,"url":"https://github.com/dargstack/dargstack-example_stack","last_synced_at":"2026-04-15T05:01:11.019Z","repository":{"id":35888060,"uuid":"212893062","full_name":"dargstack/dargstack-example_stack","owner":"dargstack","description":"Basic stack configuration to see what DargStack is meant for.","archived":false,"fork":false,"pushed_at":"2026-04-10T05:50:01.000Z","size":2146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-10T07:41:50.339Z","etag":null,"topics":["devops","docker","example","stack","template"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dargstack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["dargmuesli"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-10-04T19:58:37.000Z","updated_at":"2026-04-10T05:49:52.000Z","dependencies_parsed_at":"2025-12-30T14:03:07.867Z","dependency_job_id":"38ffa0a1-f1e3-4841-b8e9-d4e3ba8fed0c","html_url":"https://github.com/dargstack/dargstack-example_stack","commit_stats":null,"previous_names":[],"tags_count":117,"template":false,"template_full_name":"dargstack/dargstack_template","purl":"pkg:github/dargstack/dargstack-example_stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dargstack%2Fdargstack-example_stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dargstack%2Fdargstack-example_stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dargstack%2Fdargstack-example_stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dargstack%2Fdargstack-example_stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dargstack","download_url":"https://codeload.github.com/dargstack/dargstack-example_stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dargstack%2Fdargstack-example_stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31826902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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":["devops","docker","example","stack","template"],"created_at":"2025-07-29T05:35:52.902Z","updated_at":"2026-04-15T05:01:11.013Z","avatar_url":"https://github.com/dargstack.png","language":"Shell","readme":"# dargstack-example_stack\n\n\nThe Docker stack configuration for [dargstack-example.jonas-thelemann.de](https://dargstack-example.jonas-thelemann.de/).\n\nThis project is deployed in accordance to the [DargStack template](https://github.com/dargstack/dargstack_template/) to make deployment a breeze. It is closely related to [dargstack-example's source code](https://github.com/dargstack/dargstack-example/).\n\n## Table of Contents\n\n\n 1. [secrets](#secrets)\n    \n 2. [services](#services)\n    \n 3. [volumes](#volumes)\n    \n\n## secrets\n\n\n - ### `postgres-backup_db` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)\n    \n    The database names that are to be backed up.\n    \n - ### `postgres_db`\n    \n    The database's name.\n    \n - ### `postgres_password`\n    \n    The database default user's password.\n    \n - ### `postgres_user`\n    \n    The database default user's name.\n    \n - ### `traefik_cf-dns-api-token` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)\n    \n    The DNS provider's DNS API token.\n    \n - ### `traefik_cf-zone-api-token` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)\n    \n    The DNS provider's zone API token.\n    \n\n## services\n\n\n - ### `adminer`\n    \n    You can access the database's frontend at [adminer.app.localhost](https://adminer.app.localhost/).\n    This information is required for login:\n    \n    |          |                     |\n    | -------- | ------------------- |\n    | System   | PostgreSQL          |\n    | Server   | postgres            |\n    | Username | [postgres_user]     |\n    | Password | [postgres_password] |\n    | Database | [postgres_db]       |\n    \n    Values in square brackets are [Docker secrets](https://docs.docker.com/engine/swarm/secrets/).\n    \n - ### `dargstack-example`\n    \n    You can access the main project at [app.localhost](https://app.localhost/).\n    \n - ### `postgres`\n    \n    You can access the database via `adminer`.\n    \n - ### `postgres_backup` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)\n    \n    Backup service for `postgres`.\n    \n - ### `traefik`\n    \n    You can access the reverse proxy's dashboard at [traefik.app.localhost](https://traefik.app.localhost/).\n    Traefik enables HTTPS for all services and acts as a load-balancer too.\n    \n - ### `traefik_certs-dumper` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)\n    \n    See [dargstack: certificates](https://github.com/dargstack/dargstack/blob/main/docs/template.md#resource-folders).\n    \n\n## volumes\n\n\n - ### `acme_data` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)\n    \n    The reverse proxy's certificate data.\n    \n - ### `postgres_data`\n    \n    The database's data.\n    \n\n","funding_links":["https://github.com/sponsors/dargmuesli"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdargstack%2Fdargstack-example_stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdargstack%2Fdargstack-example_stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdargstack%2Fdargstack-example_stack/lists"}