Skip to content

Commit

Permalink
feat: migrate to new organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Mar 27, 2023
1 parent 4ef70dc commit 78f5f61
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![CI](https://github.com/dargmuesli/dargstack_rgen/actions/workflows/ci.yml/badge.svg)](https://github.com/dargmuesli/dargstack_rgen/actions/workflows/ci.yml)
[![CI](https://github.com/dargstack/dargstack_rgen/actions/workflows/ci.yml/badge.svg)](https://github.com/dargstack/dargstack_rgen/actions/workflows/ci.yml)

# DargStack RGen

[DargStack](https://github.com/dargmuesli/dargstack)'s README.md generator.
[DargStack](https://github.com/dargstack/dargstack)'s README.md generator.

Run the script using `node ./src/generator.js` or [`dargstack rgen`](https://github.com/dargmuesli/dargstack).
Run the script using `node ./src/generator.js` or [`dargstack rgen`](https://github.com/dargstack/dargstack).

## Help

Expand Down Expand Up @@ -67,7 +67,7 @@ Markdown output:

The Docker stack configuration for [example.com](https://example.com/).

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 [example's source code](https://github.com/example/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 [example's source code](https://github.com/example/example/).

## Table of Contents

Expand Down Expand Up @@ -129,7 +129,7 @@ Markdown rendered:
> # example_stack
> The Docker stack configuration for [example.com](https://example.com/).
>
>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 [example's source code](https://github.com/example/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 [example's source code](https://github.com/example/example/).
>
>## Table of Contents
>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scheduleVersion": "0.8.9",
"description": "Generates a DargStack stack project readme.",
"main": "src/generator.cjs",
"repository": "https://github.com/dargmuesli/dargstack_rgen.git",
"repository": "https://github.com/dargstack/dargstack_rgen.git",
"author": "Jonas Thelemann <e-mail@jonas-thelemann.de>",
"license": "GPL-3.0-only",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/generator.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const mdjson = [
{
p: [
`The Docker stack configuration for [${webName}](${webUrl}).`,
`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 [${sourceName}'s source code](${sourceUrl}).`,
`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 [${sourceName}'s source code](${sourceUrl}).`,
],
},
{ h2: 'Table of Contents' },
Expand Down
2 changes: 1 addition & 1 deletion test/example_stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Docker stack configuration for [example.de](https://example.de/).

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 [example's source code](https://github.com/dargmuesli/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 [example's source code](https://github.com/dargmuesli/example/).

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion test/example_stack/src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ secrets:
file: ./secrets/postgres/user.secret
services:
adminer:
# You can access the database's frontend at [adminer.example.test](https://adminer.example.test/).
# You can access the database's frontend at [adminer.localhost](https://adminer.localhost/).
# This information is required for login:
#
# | | |
Expand Down
2 changes: 1 addition & 1 deletion test/example_stack/src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data/
traefik_certs-dumper:
# See [DargStack template: certificates](https://github.com/dargmuesli/dargstack_template/#certificates).
# See [DargStack template: certificates](https://github.com/dargstack/dargstack_template/#certificates).
image: ldez/traefik-certs-dumper:v2.8.1@sha256:2734462fc8290feab0e34a00d5f3e4992ba74f8e3712d74efff7ae703d0e7e87
volumes:
- acme_data:/etc/traefik/acme/
Expand Down

0 comments on commit 78f5f61

Please sign in to comment.