0.9.33 • Published 9 days ago

dargstack_rgen v0.9.33

Weekly downloads
71
License
GPL-3.0-only
Repository
github
Last release
9 days ago

CI

DargStack RGen

DargStack's README.md generator.

Run the script using node ./src/generator.js or dargstack rgen.

Help

Options:
  --version   Show version number                                      [boolean]
  --path, -p  Path to a DargStack stack project                         [string]
  --help, -h  Show help                                                [boolean]

Example

YAML input:

# example.com
# https://example.com/
# example
# https://github.com/example/example/
---
configs:
  service_config:
  # The service's config.
    file: ./path/to/con.fig
secrets:
  service_password:
  # The service's login password
    file: ./path/to/password.secret
services:
  adminer:
  # You can access the service's frontend at [service.localhost](https://service.localhost/).
  # This information is required for login:
  #
  # |          |                     |
  # | -------- | ------------------- |
  # | Username | service_user     |
  # | Password | [service_password] |
  #
  # Values in square brackets are [Docker secrets](https://docs.docker.com/engine/swarm/secrets/).
    configs:
    - source: service_config
      target: /src/app/config/con.fig
    image: service:1.2.3
    secrets:
    - service_password
    volumes:
    - service_data:/mnt/data/
version: "3.8"
volumes:
  service_data:
  # The service's data.
    {}

Markdown output:

# 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/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


 1. [configs](#configs)

 2. [secrets](#secrets)

 3. [services](#services)

 4. [volumes](#volumes)


## configs


 - ### `service_config`

    The service's config.


## secrets


 - ### `service_password`

    The service's login password


## services


 - ### `adminer`

    You can access the service's frontend at [service.localhost](https://service.localhost/).
    This information is required for login:

    |          |                     |
    | -------- | ------------------- |
    | Username | service_user     |
    | Password | [service_password] |

    Values in square brackets are [Docker secrets](https://docs.docker.com/engine/swarm/secrets/).


## volumes


 - ### `service_data`

    The service's data.

Markdown rendered:

example_stack

The Docker stack configuration for example.com.

This project is deployed in accordance to the DargStack template to make deployment a breeze. It is closely related to example's source code.

Table of Contents

  1. configs

  2. secrets

  3. services

  4. volumes

configs

  • service_config

    The service's config.

secrets

  • service_password

    The service's login password

services

volumes

  • service_data

    The service's data.

0.9.33

9 days ago

0.9.32

23 days ago

0.9.31

24 days ago

0.9.30

1 month ago

0.9.29

2 months ago

0.9.28

2 months ago

0.9.27

3 months ago

0.9.26

3 months ago

0.9.25

4 months ago

0.9.24

4 months ago

0.9.23

5 months ago

0.9.22

5 months ago

0.9.20

6 months ago

0.9.21

5 months ago

0.9.12

9 months ago

0.9.13

9 months ago

0.9.14

8 months ago

0.9.15

8 months ago

0.9.10

10 months ago

0.9.11

10 months ago

0.9.16

8 months ago

0.9.17

7 months ago

0.9.18

7 months ago

0.9.19

6 months ago

0.9.9

11 months ago

0.9.8

11 months ago

0.9.7

11 months ago

0.9.6

12 months ago

0.9.5

12 months ago

0.9.2

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.1

1 year ago

0.8.9

1 year ago

0.8.8

1 year ago

0.9.0

1 year ago

0.8.7

1 year ago

0.8.6

1 year ago

0.8.5

1 year ago

0.8.4

1 year ago

0.7.16

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.7.11

2 years ago

0.7.13

2 years ago

0.7.12

2 years ago

0.7.15

1 year ago

0.7.14

1 year ago

0.7.10

2 years ago

0.7.9

2 years ago

0.7.4

2 years ago

0.7.3

2 years ago

0.7.6

2 years ago

0.7.5

2 years ago

0.7.8

2 years ago

0.7.7

2 years ago

0.6.54

2 years ago

0.6.53

2 years ago

0.6.55

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.50

2 years ago

0.6.52

2 years ago

0.6.51

2 years ago

0.6.47

2 years ago

0.6.46

2 years ago

0.6.49

2 years ago

0.6.48

2 years ago

0.6.45

2 years ago

0.6.43

2 years ago

0.6.44

2 years ago

0.6.39

2 years ago

0.6.38

2 years ago

0.6.37

2 years ago

0.6.36

2 years ago

0.6.35

3 years ago

0.6.34

3 years ago

0.6.33

3 years ago

0.6.32

3 years ago

0.6.24

3 years ago

0.6.23

3 years ago

0.6.22

3 years ago

0.6.21

3 years ago

0.6.20

3 years ago

0.6.19

3 years ago

0.6.18

3 years ago

0.6.17

3 years ago

0.6.16

3 years ago

0.6.15

3 years ago

0.6.14

3 years ago

0.6.13

3 years ago

0.6.12

3 years ago

0.6.11

3 years ago

0.6.10

3 years ago

0.6.9

3 years ago

0.6.8

3 years ago

0.6.7

3 years ago

0.6.6

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago