update doc
This commit is contained in:
parent
4c7a20f2c5
commit
0c415b8d4d
43 changed files with 622 additions and 1 deletions
|
@ -11,6 +11,24 @@ Apache as web server.
|
|||
|
||||
[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
|
||||
|
||||
- [reverse-proxy-client](../reverse-proxy-client/README.md)
|
||||
|
|
|
@ -3,3 +3,4 @@ description: Apache as web server
|
|||
website: https://httpd.apache.org/
|
||||
depends:
|
||||
- reverse-proxy-client
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,41 @@ Postfix and Dovecot as mail servers (Submission and IMAP).
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-36](../base-fedora-36/README.md)
|
||||
|
|
|
@ -7,3 +7,4 @@ depends:
|
|||
- ldap-client
|
||||
- oauth2-client
|
||||
- nginx-https
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,37 @@ Grafana is an analytics and interactive visualization web application.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-38](../base-fedora-38/README.md)
|
||||
|
|
|
@ -7,3 +7,4 @@ depends:
|
|||
- oauth2-client
|
||||
- reverse-proxy-client
|
||||
- relay-mail-client
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,37 @@ LemonLDAP, a Web Single Sign On and Access Management.
|
|||
|
||||
[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
|
||||
|
||||
- [ldap-client](../ldap-client/README.md)
|
||||
|
|
|
@ -6,3 +6,4 @@ depends:
|
|||
- relay-mail-client
|
||||
- nginx-https
|
||||
- base-debian-bullseye
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,31 @@ Loki, a log aggregation platform.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-38](../base-fedora-38/README.md)
|
||||
|
|
|
@ -3,3 +3,4 @@ description: Loki, a log aggregation platform
|
|||
website: https://grafana.com/
|
||||
depends:
|
||||
- base-fedora-38
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,39 @@ GNU Mailman, managing electronic mail discussion and e-newsletter lists.
|
|||
|
||||
[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
|
||||
|
||||
- [base-debian-bullseye](../base-debian-bullseye/README.md)
|
||||
|
|
|
@ -8,3 +8,4 @@ depends:
|
|||
- reverse-proxy-client
|
||||
- nginx-https
|
||||
- oauth2-client
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,31 @@ MariaDB, a relational database.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-36](../base-fedora-36/README.md)
|
||||
|
|
|
@ -3,3 +3,4 @@ description: MariaDB, a relational database
|
|||
website: https://mariadb.org/
|
||||
depends:
|
||||
- base-fedora-36
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,41 @@ Nextcloud, Online collaboration platform.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-36](../base-fedora-36/README.md)
|
||||
|
|
|
@ -10,3 +10,4 @@ depends:
|
|||
- relay-mail-client
|
||||
- apache
|
||||
- php-fpm
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,31 @@ Nginx as reverse proxy.
|
|||
|
||||
[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
|
||||
|
||||
- [nginx-common](../nginx-common/README.md)
|
||||
|
|
|
@ -4,3 +4,4 @@ website: https://nginx.org/
|
|||
depends:
|
||||
- nginx-common
|
||||
- base-fedora-37
|
||||
service: true
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
format: '0.1'
|
||||
description: NSD, an authoritative DNS name server for local resolution
|
||||
website: https://www.nlnetlabs.nl/projects/nsd/about/
|
||||
service: true
|
||||
depends:
|
||||
- nsd
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,39 @@ Odoo, an ERP and CRM.
|
|||
|
||||
[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
|
||||
|
||||
- [base-debian-bullseye](../base-debian-bullseye/README.md)
|
||||
|
|
|
@ -9,3 +9,4 @@ depends:
|
|||
- ldap-client
|
||||
- oauth2-client
|
||||
- nginx-https
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,31 @@ OpenLDAP, a LDAP server.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-37](../base-fedora-37/README.md)
|
||||
|
|
|
@ -4,3 +4,4 @@ website: https://www.openldap.org/
|
|||
depends:
|
||||
# - ldap-client
|
||||
- base-fedora-37
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,40 @@ Peertube, a federated (ActivityPub) video streaming platform.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-38](../base-fedora-38/README.md)
|
||||
|
|
|
@ -10,3 +10,4 @@ depends:
|
|||
- redis-client
|
||||
- nginx-https
|
||||
- oauth2-client
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,41 @@ Piwigo, a photo management software.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-36](../base-fedora-36/README.md)
|
||||
|
|
|
@ -10,3 +10,4 @@ depends:
|
|||
- relay-mail-client
|
||||
- nginx-https
|
||||
- php-fpm
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,32 @@ Postfix, the mail server, as relay.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-35](../base-fedora-35/README.md)
|
||||
|
|
|
@ -5,3 +5,4 @@ depends:
|
|||
- base-fedora-35
|
||||
- dns-external
|
||||
- postfix-lmtp-relay
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,31 @@ Prometheus, an event monitoring.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-38](../base-fedora-38/README.md)
|
||||
|
|
|
@ -4,3 +4,4 @@ website: https://prometheus.io/
|
|||
depends:
|
||||
- base-fedora-38
|
||||
# - reverse-proxy-client
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,31 @@ Redis, an in-memory data structure store.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-38](../base-fedora-38/README.md)
|
||||
|
|
|
@ -4,3 +4,4 @@ website: https://redis.io/
|
|||
depends:
|
||||
- base-fedora-38
|
||||
- redis-common
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,41 @@ Roundcube, a webmail.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-36](../base-fedora-36/README.md)
|
||||
|
|
|
@ -10,3 +10,4 @@ depends:
|
|||
- nginx-https
|
||||
- php-fpm
|
||||
- ldap-client
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,31 @@ Speedtest-rs, a very lightweight Speedtest.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-36](../base-fedora-36/README.md)
|
||||
|
|
|
@ -4,3 +4,4 @@ website: https://cloud.silique.fr/gitea/Silique/speedtest-rs
|
|||
depends:
|
||||
- base-fedora-36
|
||||
- reverse-proxy-client
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,35 @@ Vaultwarden, a password manager.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-36](../base-fedora-36/README.md)
|
||||
|
|
|
@ -6,3 +6,4 @@ depends:
|
|||
- postgresql-client
|
||||
- relay-mail-client
|
||||
- reverse-proxy-client
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,33 @@ Vector, a lightweight, ultra-fast tool for building observability pipelines.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-38](../base-fedora-38/README.md)
|
||||
|
|
|
@ -4,3 +4,4 @@ website: https://vector.dev/
|
|||
depends:
|
||||
- base-fedora-38
|
||||
- journald_remote
|
||||
service: true
|
||||
|
|
|
@ -11,6 +11,30 @@ ZNC, a bouncer IRC.
|
|||
|
||||
[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
|
||||
|
||||
- [base-fedora-36](../base-fedora-36/README.md)
|
||||
|
|
|
@ -4,3 +4,4 @@ website: https://wiki.znc.in/
|
|||
depends:
|
||||
- base-fedora-36
|
||||
- dns-external
|
||||
service: true
|
||||
|
|
Loading…
Reference in a new issue