update doc

This commit is contained in:
egarette@silique.fr 2023-08-01 15:13:17 +02:00
parent 4c7a20f2c5
commit 0c415b8d4d
43 changed files with 622 additions and 1 deletions

View file

@ -11,6 +11,24 @@ Apache as web server.
[For more informations](https://httpd.apache.org/) [For more informations](https://httpd.apache.org/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
```
apache:
applicationservice: apache
zones_name:
- reverseproxy
```
```
apache:
applicationservice: apache
zones_name:
- reverseproxy
```
## Dependances ## Dependances
- [reverse-proxy-client](../reverse-proxy-client/README.md) - [reverse-proxy-client](../reverse-proxy-client/README.md)

View file

@ -3,3 +3,4 @@ description: Apache as web server
website: https://httpd.apache.org/ website: https://httpd.apache.org/
depends: depends:
- reverse-proxy-client - reverse-proxy-client
service: true

View file

@ -11,6 +11,41 @@ Postfix and Dovecot as mail servers (Submission and IMAP).
[For more informations](https://www.dovecot.org/) [For more informations](https://www.dovecot.org/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
dovecot:
applicationservice: dovecot
provider_zone: imap
zones_name:
- ldap
- localdns
- reverseproxy
- smtp
- lmtp
- oauth2
```
With all providers:
```
dovecot:
applicationservice: dovecot
provider_zone: imap
zones_name:
- journald
- ldap
- localdns
- reverseproxy
- smtp
- lmtp
- oauth2
```
## Dependances ## Dependances
- [base-fedora-36](../base-fedora-36/README.md) - [base-fedora-36](../base-fedora-36/README.md)

View file

@ -7,3 +7,4 @@ depends:
- ldap-client - ldap-client
- oauth2-client - oauth2-client
- nginx-https - nginx-https
service: true

View file

@ -11,6 +11,37 @@ Grafana is an analytics and interactive visualization web application.
[For more informations](https://grafana.com/) [For more informations](https://grafana.com/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
grafana:
applicationservice: grafana
zones_name:
- localdns
- reverseproxy
- smtp
- oauth2
- postgresql
```
With all providers:
```
grafana:
applicationservice: grafana
zones_name:
- journald
- localdns
- reverseproxy
- smtp
- oauth2
- postgresql
```
## Dependances ## Dependances
- [base-fedora-38](../base-fedora-38/README.md) - [base-fedora-38](../base-fedora-38/README.md)

View file

@ -7,3 +7,4 @@ depends:
- oauth2-client - oauth2-client
- reverse-proxy-client - reverse-proxy-client
- relay-mail-client - relay-mail-client
service: true

View file

@ -11,6 +11,37 @@ LemonLDAP, a Web Single Sign On and Access Management.
[For more informations](https://lemonldap-ng.org/) [For more informations](https://lemonldap-ng.org/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
lemonldap:
applicationservice: lemonldap
provider_zone: oauth2
zones_name:
- ldap
- localdns
- reverseproxy
- smtp
```
With all providers:
```
lemonldap:
applicationservice: lemonldap
provider_zone: oauth2
zones_name:
- journald
- ldap
- localdns
- reverseproxy
- smtp
```
## Dependances ## Dependances
- [ldap-client](../ldap-client/README.md) - [ldap-client](../ldap-client/README.md)

View file

@ -6,3 +6,4 @@ depends:
- relay-mail-client - relay-mail-client
- nginx-https - nginx-https
- base-debian-bullseye - base-debian-bullseye
service: true

View file

@ -11,6 +11,31 @@ Loki, a log aggregation platform.
[For more informations](https://grafana.com/) [For more informations](https://grafana.com/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
loki:
applicationservice: loki
provider_zone: loki
zones_name:
- localdns
```
With all providers:
```
loki:
applicationservice: loki
provider_zone: loki
zones_name:
- journald
- localdns
```
## Dependances ## Dependances
- [base-fedora-38](../base-fedora-38/README.md) - [base-fedora-38](../base-fedora-38/README.md)

View file

@ -3,3 +3,4 @@ description: Loki, a log aggregation platform
website: https://grafana.com/ website: https://grafana.com/
depends: depends:
- base-fedora-38 - base-fedora-38
service: true

View file

@ -11,6 +11,39 @@ GNU Mailman, managing electronic mail discussion and e-newsletter lists.
[For more informations](https://www.list.org) [For more informations](https://www.list.org)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
mailman:
applicationservice: mailman
zones_name:
- localdns
- reverseproxy
- smtp
- lmtp
- oauth2
- postgresql
```
With all providers:
```
mailman:
applicationservice: mailman
zones_name:
- journald
- localdns
- reverseproxy
- smtp
- lmtp
- oauth2
- postgresql
```
## Dependances ## Dependances
- [base-debian-bullseye](../base-debian-bullseye/README.md) - [base-debian-bullseye](../base-debian-bullseye/README.md)

View file

@ -8,3 +8,4 @@ depends:
- reverse-proxy-client - reverse-proxy-client
- nginx-https - nginx-https
- oauth2-client - oauth2-client
service: true

View file

@ -11,6 +11,31 @@ MariaDB, a relational database.
[For more informations](https://mariadb.org/) [For more informations](https://mariadb.org/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
mariadb:
applicationservice: mariadb
provider_zone: mariadb
zones_name:
- localdns
```
With all providers:
```
mariadb:
applicationservice: mariadb
provider_zone: mariadb
zones_name:
- journald
- localdns
```
## Dependances ## Dependances
- [base-fedora-36](../base-fedora-36/README.md) - [base-fedora-36](../base-fedora-36/README.md)

View file

@ -3,3 +3,4 @@ description: MariaDB, a relational database
website: https://mariadb.org/ website: https://mariadb.org/
depends: depends:
- base-fedora-36 - base-fedora-36
service: true

View file

@ -11,6 +11,41 @@ Nextcloud, Online collaboration platform.
[For more informations](https://nextcloud.com/) [For more informations](https://nextcloud.com/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
nextcloud:
applicationservice: nextcloud
zones_name:
- ldap
- localdns
- reverseproxy
- smtp
- redis
- oauth2
- postgresql
```
With all providers:
```
nextcloud:
applicationservice: nextcloud
zones_name:
- journald
- ldap
- localdns
- reverseproxy
- smtp
- redis
- oauth2
- postgresql
```
## Dependances ## Dependances
- [base-fedora-36](../base-fedora-36/README.md) - [base-fedora-36](../base-fedora-36/README.md)

View file

@ -10,3 +10,4 @@ depends:
- relay-mail-client - relay-mail-client
- apache - apache
- php-fpm - php-fpm
service: true

View file

@ -11,6 +11,31 @@ Nginx as reverse proxy.
[For more informations](https://nginx.org/) [For more informations](https://nginx.org/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
nginx-reverse-proxy:
applicationservice: nginx-reverse-proxy
provider_zone: reverseproxy
zones_name:
- localdns
```
With all providers:
```
nginx-reverse-proxy:
applicationservice: nginx-reverse-proxy
provider_zone: reverseproxy
zones_name:
- journald
- localdns
```
## Dependances ## Dependances
- [nginx-common](../nginx-common/README.md) - [nginx-common](../nginx-common/README.md)

View file

@ -4,3 +4,4 @@ website: https://nginx.org/
depends: depends:
- nginx-common - nginx-common
- base-fedora-37 - base-fedora-37
service: true

View file

@ -1,7 +1,6 @@
format: '0.1' format: '0.1'
description: NSD, an authoritative DNS name server for local resolution description: NSD, an authoritative DNS name server for local resolution
website: https://www.nlnetlabs.nl/projects/nsd/about/ website: https://www.nlnetlabs.nl/projects/nsd/about/
service: true
depends: depends:
- nsd - nsd
service: true service: true

View file

@ -11,6 +11,39 @@ Odoo, an ERP and CRM.
[For more informations](https://www.odoo.com/fr) [For more informations](https://www.odoo.com/fr)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
odoo:
applicationservice: odoo
zones_name:
- ldap
- localdns
- reverseproxy
- smtp
- oauth2
- postgresql
```
With all providers:
```
odoo:
applicationservice: odoo
zones_name:
- journald
- ldap
- localdns
- reverseproxy
- smtp
- oauth2
- postgresql
```
## Dependances ## Dependances
- [base-debian-bullseye](../base-debian-bullseye/README.md) - [base-debian-bullseye](../base-debian-bullseye/README.md)

View file

@ -9,3 +9,4 @@ depends:
- ldap-client - ldap-client
- oauth2-client - oauth2-client
- nginx-https - nginx-https
service: true

View file

@ -11,6 +11,31 @@ OpenLDAP, a LDAP server.
[For more informations](https://www.openldap.org/) [For more informations](https://www.openldap.org/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
openldap:
applicationservice: openldap
provider_zone: ldap
zones_name:
- localdns
```
With all providers:
```
openldap:
applicationservice: openldap
provider_zone: ldap
zones_name:
- journald
- localdns
```
## Dependances ## Dependances
- [base-fedora-37](../base-fedora-37/README.md) - [base-fedora-37](../base-fedora-37/README.md)

View file

@ -4,3 +4,4 @@ website: https://www.openldap.org/
depends: depends:
# - ldap-client # - ldap-client
- base-fedora-37 - base-fedora-37
service: true

View file

@ -11,6 +11,40 @@ Peertube, a federated (ActivityPub) video streaming platform.
[For more informations](https://www.openldap.org/) [For more informations](https://www.openldap.org/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
peertube:
applicationservice: peertube
zones_name:
- localdns
- reverseproxy
- smtp
- redis
- oauth2
- postgresql
```
With all providers:
```
peertube:
applicationservice: peertube
zones_name:
- journald
- externaldns
- localdns
- reverseproxy
- smtp
- redis
- oauth2
- postgresql
```
## Dependances ## Dependances
- [base-fedora-38](../base-fedora-38/README.md) - [base-fedora-38](../base-fedora-38/README.md)

View file

@ -10,3 +10,4 @@ depends:
- redis-client - redis-client
- nginx-https - nginx-https
- oauth2-client - oauth2-client
service: true

View file

@ -11,6 +11,41 @@ Piwigo, a photo management software.
[For more informations](http://piwigo.org/) [For more informations](http://piwigo.org/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
piwigo:
applicationservice: piwigo
zones_name:
- ldap
- localdns
- mariadb
- reverseproxy
- smtp
- redis
- oauth2
```
With all providers:
```
piwigo:
applicationservice: piwigo
zones_name:
- journald
- ldap
- localdns
- mariadb
- reverseproxy
- smtp
- redis
- oauth2
```
## Dependances ## Dependances
- [base-fedora-36](../base-fedora-36/README.md) - [base-fedora-36](../base-fedora-36/README.md)

View file

@ -10,3 +10,4 @@ depends:
- relay-mail-client - relay-mail-client
- nginx-https - nginx-https
- php-fpm - php-fpm
service: true

View file

@ -11,6 +11,32 @@ Postfix, the mail server, as relay.
[For more informations](http://www.postfix.org/) [For more informations](http://www.postfix.org/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
postfix-relay:
applicationservice: postfix-relay
provider_zone: smtp
zones_name:
- localdns
```
With all providers:
```
postfix-relay:
applicationservice: postfix-relay
provider_zone: smtp
zones_name:
- journald
- externaldns
- localdns
```
## Dependances ## Dependances
- [base-fedora-35](../base-fedora-35/README.md) - [base-fedora-35](../base-fedora-35/README.md)

View file

@ -5,3 +5,4 @@ depends:
- base-fedora-35 - base-fedora-35
- dns-external - dns-external
- postfix-lmtp-relay - postfix-lmtp-relay
service: true

View file

@ -11,6 +11,31 @@ Prometheus, an event monitoring.
[For more informations](https://prometheus.io/) [For more informations](https://prometheus.io/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
prometheus:
applicationservice: prometheus
provider_zone: prometheus
zones_name:
- localdns
```
With all providers:
```
prometheus:
applicationservice: prometheus
provider_zone: prometheus
zones_name:
- journald
- localdns
```
## Dependances ## Dependances
- [base-fedora-38](../base-fedora-38/README.md) - [base-fedora-38](../base-fedora-38/README.md)

View file

@ -4,3 +4,4 @@ website: https://prometheus.io/
depends: depends:
- base-fedora-38 - base-fedora-38
# - reverse-proxy-client # - reverse-proxy-client
service: true

View file

@ -11,6 +11,31 @@ Redis, an in-memory data structure store.
[For more informations](https://redis.io/) [For more informations](https://redis.io/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
redis:
applicationservice: redis
provider_zone: redis
zones_name:
- localdns
```
With all providers:
```
redis:
applicationservice: redis
provider_zone: redis
zones_name:
- journald
- localdns
```
## Dependances ## Dependances
- [base-fedora-38](../base-fedora-38/README.md) - [base-fedora-38](../base-fedora-38/README.md)

View file

@ -4,3 +4,4 @@ website: https://redis.io/
depends: depends:
- base-fedora-38 - base-fedora-38
- redis-common - redis-common
service: true

View file

@ -11,6 +11,41 @@ Roundcube, a webmail.
[For more informations](https://roundcube.net/) [For more informations](https://roundcube.net/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
roundcube:
applicationservice: roundcube
zones_name:
- ldap
- localdns
- reverseproxy
- imap
- redis
- oauth2
- postgresql
```
With all providers:
```
roundcube:
applicationservice: roundcube
zones_name:
- journald
- ldap
- localdns
- reverseproxy
- imap
- redis
- oauth2
- postgresql
```
## Dependances ## Dependances
- [base-fedora-36](../base-fedora-36/README.md) - [base-fedora-36](../base-fedora-36/README.md)

View file

@ -10,3 +10,4 @@ depends:
- nginx-https - nginx-https
- php-fpm - php-fpm
- ldap-client - ldap-client
service: true

View file

@ -11,6 +11,31 @@ Speedtest-rs, a very lightweight Speedtest.
[For more informations](https://cloud.silique.fr/gitea/Silique/speedtest-rs) [For more informations](https://cloud.silique.fr/gitea/Silique/speedtest-rs)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
speedtest-rs:
applicationservice: speedtest-rs
zones_name:
- localdns
- reverseproxy
```
With all providers:
```
speedtest-rs:
applicationservice: speedtest-rs
zones_name:
- journald
- localdns
- reverseproxy
```
## Dependances ## Dependances
- [base-fedora-36](../base-fedora-36/README.md) - [base-fedora-36](../base-fedora-36/README.md)

View file

@ -4,3 +4,4 @@ website: https://cloud.silique.fr/gitea/Silique/speedtest-rs
depends: depends:
- base-fedora-36 - base-fedora-36
- reverse-proxy-client - reverse-proxy-client
service: true

View file

@ -11,6 +11,35 @@ Vaultwarden, a password manager.
[For more informations](https://github.com/dani-garcia/vaultwarden) [For more informations](https://github.com/dani-garcia/vaultwarden)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
vaultwarden:
applicationservice: vaultwarden
zones_name:
- localdns
- reverseproxy
- smtp
- postgresql
```
With all providers:
```
vaultwarden:
applicationservice: vaultwarden
zones_name:
- journald
- localdns
- reverseproxy
- smtp
- postgresql
```
## Dependances ## Dependances
- [base-fedora-36](../base-fedora-36/README.md) - [base-fedora-36](../base-fedora-36/README.md)

View file

@ -6,3 +6,4 @@ depends:
- postgresql-client - postgresql-client
- relay-mail-client - relay-mail-client
- reverse-proxy-client - reverse-proxy-client
service: true

View file

@ -11,6 +11,33 @@ Vector, a lightweight, ultra-fast tool for building observability pipelines.
[For more informations](https://vector.dev/) [For more informations](https://vector.dev/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
vector:
applicationservice: vector
provider_zone: journald
zones_name:
- localdns
- loki
```
With all providers:
```
vector:
applicationservice: vector
provider_zone: journald
zones_name:
- journald
- localdns
- loki
```
## Dependances ## Dependances
- [base-fedora-38](../base-fedora-38/README.md) - [base-fedora-38](../base-fedora-38/README.md)

View file

@ -4,3 +4,4 @@ website: https://vector.dev/
depends: depends:
- base-fedora-38 - base-fedora-38
- journald_remote - journald_remote
service: true

View file

@ -11,6 +11,30 @@ ZNC, a bouncer IRC.
[For more informations](https://wiki.znc.in/) [For more informations](https://wiki.znc.in/)
## Examples
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
With minimum providers:
```
znc:
applicationservice: znc
zones_name:
- localdns
```
With all providers:
```
znc:
applicationservice: znc
zones_name:
- journald
- externaldns
- localdns
```
## Dependances ## Dependances
- [base-fedora-36](../base-fedora-36/README.md) - [base-fedora-36](../base-fedora-36/README.md)

View file

@ -4,3 +4,4 @@ website: https://wiki.znc.in/
depends: depends:
- base-fedora-36 - base-fedora-36
- dns-external - dns-external
service: true