Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit e5c7838

Browse files
committed
docs: add maintainence information to modules
1 parent 6b8b877 commit e5c7838

File tree

11 files changed

+128
-369
lines changed

11 files changed

+128
-369
lines changed

Documentation/SUMMARY.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
* [About modules](stackhead-modules/stackhead-modules.md)
2525
* [List of modules](stackhead-modules/list-of-modules.md)
2626
* [Development](stackhead-modules/development/README.md)
27-
* [Specification](stackhead-modules/development/specification.md)
28-
* [Module configuration file](stackhead-modules/development/module-configuration-file.md)
29-
* [Module API](stackhead-modules/development/module-api.md)
30-
* [Testing modules](stackhead-modules/development/testing-modules.md)
3127

3228
## Ansible Collection <a id="ansible-playbooks"></a>
3329

Documentation/stackhead-modules/development/module-api.md

Lines changed: 0 additions & 158 deletions
This file was deleted.

Documentation/stackhead-modules/development/module-configuration-file.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

Documentation/stackhead-modules/development/specification.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

Documentation/stackhead-modules/development/testing-modules.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

Documentation/stackhead-modules/list-of-modules.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,25 @@ description: A list of all available StackHead modules.
44

55
# List of modules
66

7-
## Webserver
7+
See module page for maintainence status.
88

9-
* [Nginx \(getstackhead.stackhead\_webserver\_nginx\)](https://github.com/getstackhead/module-webserver-nginx)
10-
* [Caddy \(getstackhead.stackhead\_webserver\_caddy\)](https://github.com/getstackhead/module-webserver-caddy)
9+
## Proxy
10+
11+
* [Caddy](https://github.com/getstackhead/stackhead/tree/next/modules/proxy/caddy) (recommended)
12+
* [Nginx](https://github.com/getstackhead/stackhead/tree/next/modules/proxy/nginx)
1113

1214
{% hint style="success" %}
13-
If no webserver is configured, **Nginx \(getstackhead.stackhead\_webserver\_nginx\)** will be used per default.
15+
If no webserver is configured, **Caddy** will be used per default.
1416
{% endhint %}
1517

1618
## Container Managers
1719

18-
* [Docker \(getstackhead.stackhead\_container\_docker\)](https://github.com/getstackhead/module-container-docker)
20+
* [Docker](https://github.com/getstackhead/stackhead/tree/next/modules/container/docker) (recommended)
1921

2022
{% hint style="success" %}
21-
If no container manager is configured, **Docker \(getstackhead.stackhead\_webserver\_docker\)** will be used per default.
22-
{% endhint %}
23-
24-
## DNS
25-
26-
* [Cloudflare \(getstackhead.stackhead\_dns\_cloudflare\)](https://github.com/getstackhead/module-dns-cloudflare)
27-
28-
{% hint style="info" %}
29-
Note that the DNS service to use for a domain needs to be set in the domain settings in project definition as well!
23+
If no container manager is configured, **Docker** will be used per default.
3024
{% endhint %}
3125

3226
## Plugins
3327

34-
-
28+
* [Portainer](https://github.com/getstackhead/stackhead/tree/next/modules/plugin/portainer)

0 commit comments

Comments
 (0)