Domain registry, domain hosting and static HTTP hosting
Go to file
Miraty 312292d06a feature: reg: allow multiple suffixes 2023-01-23 01:14:59 +01:00
DOCS Gettext internationalization and english translation 2023-01-21 01:27:52 +01:00
css No max-width on header 2023-01-21 04:17:38 +01:00
db ht: subdomain and subpath on shared domain 2022-12-22 01:44:57 +01:00
fn feature: reg: allow multiple suffixes 2023-01-23 01:14:59 +01:00
locales feature: reg: allow multiple suffixes 2023-01-23 01:14:59 +01:00
pg-act feature: reg: allow multiple suffixes 2023-01-23 01:14:59 +01:00
pg-view feature: reg: allow multiple suffixes 2023-01-23 01:14:59 +01:00
.gitignore Gettext internationalization and english translation 2023-01-21 01:27:52 +01:00
LICENSE.md Set CNPLv7+ as license 2022-08-29 19:19:13 +02:00
README.md readme: delete Todo, add Similar projects 2023-01-07 23:12:53 +01:00
config.ini feature: reg: allow multiple suffixes 2023-01-23 01:14:59 +01:00
pages.php feature: reg: allow multiple suffixes 2023-01-23 01:14:59 +01:00
router.php Fix display username decryption when using output() 2023-01-21 04:14:40 +01:00
sftpgo-auth.php Trusted > approved, add approval.php, DB_PATH > DB 2022-12-10 18:19:37 +01:00
view.php feature: reg: allow multiple suffixes 2023-01-23 01:14:59 +01: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/

Status

I plan to create and maintain a public stable instance of Niver, but I haven't done so yet. Thus Niver is not yet tested with real world and long-term usages, and is alpha software.

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
  • Zone file edition through <textarea>
  • 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)

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

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.

Similar projects