diff --git a/README.md b/README.md index 7e6c4829..27274d1e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The Docker stack configuration for [localhost](https://localhost/). -This project is deployed in accordance to the [DargStack template](https://github.com/dargmuesli/dargstack_template/) to make deployment a breeze. It is closely related to [dargstack-example's source code](https://github.com/dargmuesli/dargstack-example/). +This 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/). ## Table of Contents @@ -80,7 +80,7 @@ This project is deployed in accordance to the [DargStack template](https://githu - ### `traefik_certs-dumper` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square) - See [DargStack: certificates](https://github.com/dargmuesli/dargstack/blob/master/README-skeleton.md#certificates). + See [DargStack: certificates](https://github.com/dargstack/dargstack/blob/master/README-skeleton.md#certificates). ## volumes diff --git a/package.json b/package.json index 2ce1f9bb..3282b1b1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "2.3.7", "scheduleVersion": "2.3.7", "description": "Basic stack configuration to see what DargStack is meant for.", - "repository": "https://github.com/dargmuesli/dargstack-example_stack.git", + "repository": "https://github.com/dargstack/dargstack-example_stack.git", "author": "Jonas Thelemann ", "license": "GPL-3.0-only", "type": "module", @@ -18,8 +18,8 @@ "devDependencies": { "@commitlint/cli": "17.5.0", "@commitlint/config-conventional": "17.4.4", - "dargstack": "2.1.0", - "dargstack_rgen": "0.8.9", + "dargstack": "2.2.0", + "dargstack_rgen": "0.9.0", "husky": "8.0.3", "shx": "0.3.4" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c589156..b5436b30 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,16 +3,16 @@ lockfileVersion: 5.4 specifiers: '@commitlint/cli': 17.5.0 '@commitlint/config-conventional': 17.4.4 - dargstack: 2.1.0 - dargstack_rgen: 0.8.9 + dargstack: 2.2.0 + dargstack_rgen: 0.9.0 husky: 8.0.3 shx: 0.3.4 devDependencies: '@commitlint/cli': 17.5.0 '@commitlint/config-conventional': 17.4.4 - dargstack: 2.1.0 - dargstack_rgen: 0.8.9 + dargstack: 2.2.0 + dargstack_rgen: 0.9.0 husky: 8.0.3 shx: 0.3.4 @@ -483,13 +483,13 @@ packages: engines: {node: '>=8'} dev: true - /dargstack/2.1.0: - resolution: {integrity: sha512-IWAw0neAhw7ea4rvSxfuVa4UH0BhGwf3xXTyNNusfJ/fa69la0AVfLn7UFZ2ullqa8Zo72vjhm7HaJPJ++nNjg==} + /dargstack/2.2.0: + resolution: {integrity: sha512-HiizWCqEE8VxRY+RvJt88gWTd0J/XEm+9IO2BJqCWkr9ekQF21/ui24354awmLKv7PNYmdm8iR/ejFGzK3CVnA==} engines: {node: '19'} dev: true - /dargstack_rgen/0.8.9: - resolution: {integrity: sha512-P1dlrF7fqjYhUUcAlmF3vpDMTtlMwN9NxOELULpYR47gHrPXJWX4+cZdocP76u2ITqZu0FbDhF+8edhvp3DE+Q==} + /dargstack_rgen/0.9.0: + resolution: {integrity: sha512-AQTVy3PbeV37S8RWTWXiHFQCSR5YY50iBrra9i0IOTc4HtczNR6Cm/CHzK1xm2+Z9QS7CZTt09bCXZH7Drnn6w==} engines: {node: '19'} hasBin: true dependencies: diff --git a/src/development/stack.yml b/src/development/stack.yml index 7f231089..3922bea3 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -1,7 +1,7 @@ # localhost # https://localhost/ # dargstack-example -# https://github.com/dargmuesli/dargstack-example/ +# https://github.com/dargstack/dargstack-example/ --- secrets: postgres_db: @@ -56,7 +56,7 @@ services: - traefik.http.routers.dargstack-example_secure_nuxt.rule=Host(`${STACK_DOMAIN}`, `www.${STACK_DOMAIN}`) #DARGSTACK-REMOVE - traefik.http.services.dargstack-example.loadbalancer.server.port=3000 #DARGSTACK-REMOVE - traefik.http.services.dargstack-example_secure_nuxt.loadbalancer.server.port=24678 #DARGSTACK-REMOVE - image: dargmuesli/dargstack-example:dev + image: dargstack/dargstack-example:dev user: node:node volumes: - ${PNPM_STORE_DIR}:/srv/.pnpm-store/ diff --git a/src/production/production.yml b/src/production/production.yml index 2d7f608d..f22460b4 100644 --- a/src/production/production.yml +++ b/src/production/production.yml @@ -50,7 +50,7 @@ services: - traefik_cf-dns-api-token - traefik_cf-zone-api-token traefik_certs-dumper: - # See [DargStack: certificates](https://github.com/dargmuesli/dargstack/blob/master/README-skeleton.md#certificates). + # See [DargStack: certificates](https://github.com/dargstack/dargstack/blob/master/README-skeleton.md#certificates). command: - file - --clean=false