Releases: Sophuwu300/manweb
Releases · Sophuwu300/manweb
1.5.1
manweb 1.5.1
changes
- added restart on-failure to service file
this update only affects systemd configuration. if you do not use systemd, you can skip this update.
Install With Apt
- Add repository my repository to your system using addrepo.sh
curl https://cdn.sophuwu.com/deb/addrepo.sh | sudo sh - Install the package
sudo apt install manweb
Install from github
- Install dependencies:
sudo apt update && sudo apt install mandoc git -y - Download and install:
wget https://github.com/Sophuwu300/manweb/releases/download/1.5.1/manweb_1.5.1_amd64.deb sudo dpkg -i manhttpd_1.5.1_amd64.deb
Remember to change "amd64" to "arm64" if you are running on arm64.
1.5.0
manhttpd 1.5.0
Huge changes since last release
- Conf file in /etc/manweb
- Support for tldr pages
- Option for authentication
- Linux service user for security
- Statistics
- Performance Updates
- Minor UI fixes
Install With Apt
- Add repository my repository to your system using addrepo.sh
curl https://cdn.sophuwu.com/deb/addrepo.sh | sudo sh sudo apt update - Install the package
sudo apt install manweb
Install from github
- Install dependencies:
sudo apt update sudo apt install mandoc git
- Download and install:
wget https://github.com/Sophuwu300/manweb/releases/download/1.5.0/manweb_1.5.0_amd64.deb sudo dpkg -i manhttpd_1.5.0_amd64.deb
1.4.0
manhttpd 1.4.0
Install
Option 1: Install Using Official Apt Repository
The package will auto update from the repository
- Add repository to your apt sources:
curl https://cdn.sophuwu.site/deb/addrepo.sh | sudo sh sudo apt update - Install package:
sudo apt install manhttpd
Option 2: Install From GitHub Release
No auto update.
- Install dependencies:
sudo apt update sudo apt install mandoc
- Download and install:
wget https://github.com/Sophuwu300/manhttpd/releases/download/1.4.0/manhttpd_1.4.0_amd64.deb sudo dpkg --install manhttpd_1.4.0_amd64.deb
Usage
The daemon will run start once installed. No further steps are required. Just go to http://127.0.0.1:8082/.
1.3.0
manhttpd 1.3.0
Install
Option 1: Install Using Official Apt Repository
The package will auto update from the repository
- Add repository to your apt sources:
curl https://cdn.sophuwu.site/deb/addrepo.sh | sudo sh sudo apt update - Install package:
sudo apt install manhttpd
Option 2: Install From GitHub Release
No auto update.
- Install dependencies:
sudo apt update sudo apt install mandoc
- Download and install:
wget https://github.com/Sophuwu300/manhttpd/releases/download/1.3.0/manhttpd_1.3.0_amd64.deb sudo dpkg --install manhttpd_1.3.0_amd64.deb
Usage
The daemon will run start once installed. No further steps are required. Just go to http://127.0.0.1:8082/.