Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 5778a82

Browse files
authored
Merge pull request #55 from dargstack/feat/migration
chore: migrate to new organization name
2 parents b5ecec3 + ace5df0 commit 5778a82

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The Docker stack configuration for [localhost](https://localhost/).
55

6-
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/).
6+
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/).
77

88
## Table of Contents
99

@@ -80,7 +80,7 @@ This project is deployed in accordance to the [DargStack template](https://githu
8080

8181
- ### `traefik_certs-dumper` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)
8282

83-
See [DargStack: certificates](https://github.com/dargmuesli/dargstack/blob/master/README-skeleton.md#certificates).
83+
See [DargStack: certificates](https://github.com/dargstack/dargstack/blob/master/README-skeleton.md#certificates).
8484

8585

8686
## volumes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.3.7",
55
"scheduleVersion": "2.3.7",
66
"description": "Basic stack configuration to see what DargStack is meant for.",
7-
"repository": "https://github.com/dargmuesli/dargstack-example_stack.git",
7+
"repository": "https://github.com/dargstack/dargstack-example_stack.git",
88
"author": "Jonas Thelemann <e-mail@jonas-thelemann.de>",
99
"license": "GPL-3.0-only",
1010
"type": "module",
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"@commitlint/cli": "17.5.0",
2020
"@commitlint/config-conventional": "17.4.4",
21-
"dargstack": "2.1.0",
22-
"dargstack_rgen": "0.8.9",
21+
"dargstack": "2.2.0",
22+
"dargstack_rgen": "0.9.0",
2323
"husky": "8.0.3",
2424
"shx": "0.3.4"
2525
}

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/development/stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# localhost
22
# https://localhost/
33
# dargstack-example
4-
# https://github.com/dargmuesli/dargstack-example/
4+
# https://github.com/dargstack/dargstack-example/
55
---
66
secrets:
77
postgres_db:
@@ -56,7 +56,7 @@ services:
5656
- traefik.http.routers.dargstack-example_secure_nuxt.rule=Host(`${STACK_DOMAIN}`, `www.${STACK_DOMAIN}`) #DARGSTACK-REMOVE
5757
- traefik.http.services.dargstack-example.loadbalancer.server.port=3000 #DARGSTACK-REMOVE
5858
- traefik.http.services.dargstack-example_secure_nuxt.loadbalancer.server.port=24678 #DARGSTACK-REMOVE
59-
image: dargmuesli/dargstack-example:dev
59+
image: dargstack/dargstack-example:dev
6060
user: node:node
6161
volumes:
6262
- ${PNPM_STORE_DIR}:/srv/.pnpm-store/

src/production/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
- traefik_cf-dns-api-token
5151
- traefik_cf-zone-api-token
5252
traefik_certs-dumper:
53-
# See [DargStack: certificates](https://github.com/dargmuesli/dargstack/blob/master/README-skeleton.md#certificates).
53+
# See [DargStack: certificates](https://github.com/dargstack/dargstack/blob/master/README-skeleton.md#certificates).
5454
command:
5555
- file
5656
- --clean=false

0 commit comments

Comments
 (0)