Gitea is a lightweight, open source and self-hosted code hosting solution, similar to GitHub, Gitlab and BitBucket. It is mainly written in Go and can run on Windows, Linux, macOS, ARM, etc. Gitea was developed as a fork of Gogs and published under the MIT license. Gitea is easy to...
This guide can help you setup a OpenConnect VPN server (OCServ) on Ubuntu 1804. Chapter 1 Set up a VPN server Install OCServ sudo apt install ocserv Install Let’s Encrypt client sudo add-apt-repository ppa:certbot/certbot sudo apt install certbot Obtain certificate sudo certbot certonly -...
Now, we can install certbot. #snap install --classic certbot Prepare the certbot command, so it can be ran from the command line. #ln -s /snap/bin/certbot /usr/bin/certbot Finally run de certbot to start and follow the instructions on screen. #certbot --apache #certbot --apache root@...
Fork0 Star0 Files master installer_components update_pro README.md crack_bt_panel_pro.sh install-ubuntu.sh install.sh install_soft.sh lib.sh nginx-sticky-module.zip nginx.sh Latest commit Cannot retrieve latest commit at this time.
We can now run Certbot to get our certificate. We’ll use the --standalone option to tell Certbot to handle the HTTP challenge request on its own, and --standalone-supported-challenges http-01 limits the communication to port 80. -d is used to specify the domain you...
Before entering any sensitive information, we should enable secure HTTPS connection on Nextcloud. We can obtain a free TLS certificate from Let’s Encrypt. Install Let’s Encrypt client (certbot) from Ubuntu 20.04 repository. sudo apt install certbot python3-certbot-apache ...
This tutorial is going to show you how to install Jitsi Meet on Ubuntu 18.04/20.04 server. Jitsi Meet is a free open-source video conferencing software that works on Linux, macOS, Windows, iOS and Android. If you don't trust Zoom.
$ sudo apt-get install certbot python3-certbot-nginx $ sudo certbot --apache 22.To verify that your WordPress site uses HTTPS, visit your website athttps://yourwebsite.com/and look for the lock icon in the URL bar. Alternatively, you can check your site’s HTTPS at....
sudo npm install g backstopjs npm WARN deprecated core-js@2.6.10: core-js@ /usr/lib/node_modules/backstopjs/cli/index.js
nohup $setup_path/server/panel/certbot-auto -n > /tmp/certbot-auto.log 2>&1 & fi if [[ "${deepinSys}" =~ eepin ]]; then address="localhost" else address=`curl -sS --connect-timeout 10 -m 60 https://www.bt.cn/Api/getIpAddress` if [ "$address" = "" ];then ...