servnest
/
system
Archived
1
0
Fork 0
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
system/README.md

1.1 KiB

Niver

Niver's sources ares split between 3 repositories:

  • system: Documentation and configuration files you'll need to setup a Niver server
  • niver-php: The Web interface in PHP
  • maniver: The Rust privileged program to do root actions from niver-php

Installation

Install Debian 11 (bullseye) https://www.debian.org/.

The following steps assumes you've done the following:

# apt install sudo git
# git clone https://code.antopie.org/Niver/system /root/niver-system
  1. ufw.md UFW (optionnal, not required for a working setup)
  2. openssh.md OpenSSH
  3. quota.md Quota
  4. knot.md Knot DNS
  5. tor.md Tor
  6. twins.md Twins
  7. nginx.md Nginx
  8. certbot.md Certbot
  9. php.md PHP-FPM
  10. maniver.md maniver
  11. niver-php.md niver-php

Create system users

# useradd -U -r -s /usr/sbin/nologin <username>