Domain registry, domain hosting and static HTTP hosting
Go to file
Miraty 068dc82a54 Add details about the HTTP service 2022-11-01 18:19:47 +01:00
css css: Don't wrap <code> 2022-11-01 00:26:57 +01:00
db Token bucket rate limiting 2022-09-17 00:49:07 +02:00
fn Lower time_cost Argon2 param 2022-11-01 00:28:50 +01:00
pages Add details about the HTTP service 2022-11-01 18:19:47 +01:00
.gitignore Remove niver.log 2022-06-10 03:14:58 +02:00
LICENSE.md Set CNPLv7+ as license 2022-08-29 19:19:13 +02:00
README.md Fix Gitea Markdown display 2022-10-13 00:43:16 +02:00
config.ini Integrate Let's Encrypt into (add|del)-http-dns.php 2022-09-06 02:40:18 +02:00
form.ns.php Fix PHP warnings when user not logged in 2022-05-31 23:39:26 +02:00
pages.php Better texts 2022-10-06 15:03:21 +02:00
router.php Update source code URL 2022-10-31 23:49:48 +01:00
sftpgo-auth.php sftpgo-auth: check user existence before password 2022-09-03 18:56:40 +02:00

README.md

Niver

Niver is a set of 3 network services:

  • Public suffix registry
  • Nameserver
  • Static HTTP site hosting

Demo

https://niver.4.niv.re/

Detailed features

Public suffix registry (reg)

  • Register a subdomain of the registry
  • Set domain's nameservers
  • Set a DS record to enable DNSSEC
  • Set Glue records
  • Display your records

Nameserver (ns)

  • Host a zone on the server
  • Dedicated forms to set/unset A, AAAA, NS, TXT, CAA, SRV, MX, SRV, SSHFP, TLSA, CNAME, DNAME and LOC records
  • Display your records or the full zone file

HTTP hosting (ht)

  • Upload your site's files using SFTP
  • Host a static site with a domain name and a Let's Encrypt certificate
  • Host a static site with an Onion service (through Tor)

Todo

See the issue tracker.

Software used

PHP
main language
SQLite
accounts data storage
Knot DNS
DNS server for both registry and DNS hosting
sudo 1.9.10+
execute actions that match a regex as privileged or specific users
SFTPGo
upload sites files using SFTP
nginx
static HTTP server
Tor
Onion services
Certbot
get Let's Encrypt certificates for TLS
GNU Core Utilities
manipulate the filesystem through sudo
systemd
reload Tor and nginx services when configuration is changed when a site is added/deleted

Installation

There is currently no proper documentation to install Niver, but you can create a system image or look at configuration files and scripts from niver-mkosi.

Contribute

Direct contact details

See https://miraty.antopie.org/.

License

Niver is ethical libre software: you can use, redistribute or modify it under the terms of the CNPL-NAv7+ as found in LICENSE.md or at https://git.pixie.town/thufie/npl-builder.