dataset/seed/nsd-local/README.md

77 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

2023-06-29 18:56:46 +02:00
---
gitea: none
include_toc: true
---
2023-08-11 09:38:05 +02:00
[Return to the list of application services.](../README.md)
2023-06-29 18:56:46 +02:00
# nsd-local
2023-08-02 09:26:54 +02:00
## Synopsis
2023-06-29 18:56:46 +02:00
2023-08-01 14:34:26 +02:00
2023-08-11 09:38:05 +02:00
[NSD, an authoritative DNS name server for local resolution.](https://www.nlnetlabs.nl/projects/nsd/about/)
2023-08-01 14:34:26 +02:00
2023-08-02 09:26:54 +02:00
## Example
2023-08-01 14:34:26 +02:00
2023-08-02 09:26:54 +02:00
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
2023-08-01 14:34:26 +02:00
```
nsd-local:
applicationservice: nsd-local
provider_zone: localdns
zones_name:
2023-08-11 09:38:05 +02:00
- externaldns
2023-08-01 14:34:26 +02:00
- localdns
```
2023-08-11 09:38:05 +02:00
## Requirements services
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
### Mandatories
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
- [LocalDNS](../README.LocalDNS.md): DNS forwarder for local domain name.
- [ExternalDNS](../README.ExternalDNS.md): DNS forwarder for all DNS zones.
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
### Optionals
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
- [Journald](../README.Journald.md): Concentrate journal messages on one host.
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
## Dependances
2023-06-29 18:56:46 +02:00
2023-08-11 09:38:05 +02:00
- [nsd](../nsd/README.md): NSD, an authoritative DNS name server.
- [base-fedora-37](../base-fedora-37/README.md): Base information of a Fedora 37.
- [base-fedora](../base-fedora/README.md): Base information of a Fedora.
- [systemd](../systemd/README.md): Systemd, a system and service manager.
- [base-machine](../base-machine/README.md): Base information for a machine.
- [base](../base/README.md): Base of all application services.
- [dns-local](../dns-local/README.md): DNS client with access to local zones.
- [pki-tls](../pki-tls/README.md): Autosign PKI or Let's encrypt support for TLS certificates.
- [journald](../journald/README.md): Journald.
- [resolved](../resolved/README.md): Resolved.
## Useful for services
- [dovecot](../dovecot/README.md): Postfix and Dovecot as mail servers (IMAP and submission).
- [forgejo](../forgejo/README.md): Forgejo, a community managed lightweight code hosting solution.
- [gitea](../gitea/README.md): Transitional package for Gitea to Forgejo.
- [grafana](../grafana/README.md): Grafana is an analytics and interactive visualization web application.
- [lemonldap](../lemonldap/README.md): LemonLDAP, a Web Single Sign On and Access Management.
- [loki](../loki/README.md): Loki, a log aggregation platform.
- [mailman](../mailman/README.md): GNU Mailman, managing electronic mail discussion and e-newsletter lists.
- [mariadb](../mariadb/README.md): MariaDB, a relational database.
- [nextcloud](../nextcloud/README.md): Nextcloud, Online collaboration platform.
- [nginx-reverse-proxy](../nginx-reverse-proxy/README.md): Nginx as reverse proxy.
- [nginx-static](../nginx-static/README.md): Nginx as static web site.
- [nsd](../nsd/README.md): NSD, an authoritative DNS name server.
- [nsd-local](../nsd-local/README.md): NSD, an authoritative DNS name server for local resolution.
- [odoo](../odoo/README.md): Odoo, an ERP and CRM.
- [openldap](../openldap/README.md): OpenLDAP, the LDAP server.
- [piwigo](../piwigo/README.md): Piwigo, a photo management software.
- [postgresql](../postgresql/README.md): Postgresql, a database.
- [prometheus](../prometheus/README.md): Prometheus, an event monitoring.
- [redis](../redis/README.md): Redis, an in-memory data structure store.
- [roundcube](../roundcube/README.md): Roundcube, a webmail.
- [speedtest-rs](../speedtest-rs/README.md): Speedtest-rs, a very lightweight Speedtest.
- [vaultwarden](../vaultwarden/README.md): Vaultwarden, a password manager.
- [vector](../vector/README.md): Vector, a lightweight, ultra-fast tool for building observability pipelines.