IndieAuth is a service that allows users to use their own domain names to sign in to various websites. Here’s a step-by-step tutorial on how to install IndieAuth on Manjaro.
Ctrl
+ Alt
+ T
.sudo pacman -Syu
.certbot
by running the following command: sudo pacman -S certbot
.sudo mkdir /srv/indieauth /srv/www
.sudo chown -R $USER.$USER /srv/indieauth /srv/www
.git clone https://github.com/indieauth/indieauth.git /srv/indieauth
cd /srv/indieauth
.sudo certbot certonly --email youremail@example.com --webroot --agree-tos -w /srv/www -d example.com -d www.example.com
bin/start
.https://example.com/auth/test
in your web browser.Congratulations! You have successfully installed IndieAuth on Manjaro. Now you can use your own domain name to authenticate with various websites that support IndieAuth.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!