diff --git a/apps/Lokinet/credits b/apps/Lokinet/credits deleted file mode 100644 index add56977bd..0000000000 --- a/apps/Lokinet/credits +++ /dev/null @@ -1,2 +0,0 @@ -This application is a product of ongoing research and various tool development of the Oxen Privacy Tech Foundation. -https://optf.ngo/ diff --git a/apps/Lokinet/description b/apps/Lokinet/description deleted file mode 100644 index 943a57bf77..0000000000 --- a/apps/Lokinet/description +++ /dev/null @@ -1,9 +0,0 @@ -Lokinet is a privacy focused network anyone can access using the latest in decentralized onion routing technology. - -Lokinet requires no internet IP Address but instead provides it's own network addresses which can be either ephemeral, persistent or personalized depending on the users desired application. Information is onion routed through a globally distributed network of over one thousand nodes. - -Hosting on Lokinet is quite easy and allows users to instantly create static addresses that can be privately accessed remotely over the internet for hosting their own online content. Using a Lokinet "SNApp" alleviates many of the challenges associated with hosting when it comes to configuring ports on a network. WIth SNApps there are no ports to forward. SNApps can be easily hosted on as little as an SBC inside a network and privately accessible anywhere in the world. SNApps also can hosted on a VPN using webservers such as Nginx, Apache, python etc. thereby allowing private anonymized global access your own personal content or sharing content privately among other users of the network. Web based applications such as IRC, Mumble, PeerTube, Pleroma, forums, streaming content etc. are all supportable through the network. The location and origin of the server is hidden and users anonymized while additionally the server can be secured in traditional ways. One can also register custom domains if they so choose to but this is not required to immediately generate a static address. - -Users wishing to access the regular internet anonymously need not pay for access to use Lokinet but may chose to subscribe to an exit provider should they wish to enhance anonymous access the internet through such a provider. Additionally the network generally has free exit nodes available offered through individuals providing voluntary support to the network. - -Currently the Oxen Privacy Tech Foundation offers free Lokinet exit node access at address "exit.loki". A wiki for Lokinet is located at https://wiki.oxen.io/wiki/Main_Page diff --git a/apps/Lokinet/icon-24.png b/apps/Lokinet/icon-24.png deleted file mode 100644 index a835596520..0000000000 Binary files a/apps/Lokinet/icon-24.png and /dev/null differ diff --git a/apps/Lokinet/icon-64.png b/apps/Lokinet/icon-64.png deleted file mode 100644 index 90f9f57d8d..0000000000 Binary files a/apps/Lokinet/icon-64.png and /dev/null differ diff --git a/apps/Lokinet/install b/apps/Lokinet/install deleted file mode 100755 index a7fef19271..0000000000 --- a/apps/Lokinet/install +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/bash -clear='\033[0m' -green='\033[1;32m' -cyan='\033[1;36m' -yellow='\033[0;33m' -grey='\033[0;37m' - - echo -e "${green} __ __ _ __ " - echo -e " / / ____ / /__(_)___ ___ / /_" - echo -e " / / / __ \/ //_/ / __ \/ _ \/ __/ " - echo -e " / /___/ /_/ / ,< / / / / / __/ /_" - echo -e " /_____/\____/_/|_/_/_/ /_/\___/\__/ " - echo -e "${yellow}Pi-Apps Installer by Minotaurware.net${grey}_______________ " - echo -e "|___|___|___|___|___|___|___|___|___|___|___|___|___| " - echo -e "|_|___|___|___|___|___|___|___|___|___|___|___|___|_| " - echo -e "${clear}" - -echo "Installing public key and adding packages..." -sudo modprobe tun || exit 1 -sudo wget -qO /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg || error "Failed to download /etc/apt/trusted.gpg.d/oxen.gpg" -echo "deb https://deb.oxen.io $(get_codename) main" | sudo tee /etc/apt/sources.list.d/oxen.list -echo "Installing Lokinet-GUI and resolvconf..." -install_packages lokinet-gui resolvconf || exit 1 -if [ ! -e /etc/systemd/system/lokinet.service.d/override.conf ]; then - echo "Applying systemd tun override..." - sudo mkdir /etc/systemd/system/lokinet.service.d - echo '[Service]' | sudo tee -a /etc/systemd/system/lokinet.service.d/override.conf >/dev/null - echo 'ExecStartPre=+modprobe tun' | sudo tee -a /etc/systemd/system/lokinet.service.d/override.conf >/dev/null - sudo systemctl daemon-reload -fi - -echo "Updating resolvconf and starting lokinet service..." -sudo resolvconf -u -sudo sed '/upstream/s/^#//' -i /etc/loki/lokinet.ini || error "Failed to set upstream resolver" -sudo systemctl restart lokinet -if [ $? != 0 ];then - warning "The lokinet service failed to restart. Output of journalctl -u lokinet" - sudo journalctl -u lokinet | sed 's/^/> /g' - error "Systemd failed to restart the lokinet service!" -fi - -echo "Installation complete!" diff --git a/apps/Lokinet/uninstall b/apps/Lokinet/uninstall deleted file mode 100755 index fed09c9ead..0000000000 --- a/apps/Lokinet/uninstall +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -sudo rm -rf /etc/apt/sources.list.d/oxen.list /etc/apt/trusted.gpg.d/oxen.gpg /etc/systemd/system/lokinet.service /etc/systemd/system/lokinet.service.d /etc/systemd/system/lokinet-testnet.service - -purge_packages || exit 1 diff --git a/apps/Lokinet/website b/apps/Lokinet/website deleted file mode 100644 index 9b3866b588..0000000000 --- a/apps/Lokinet/website +++ /dev/null @@ -1 +0,0 @@ -https://wiki.oxen.io/wiki/Main_Page diff --git a/etc/categories b/etc/categories index dba1c4d0f6..caede3da35 100644 --- a/etc/categories +++ b/etc/categories @@ -101,7 +101,6 @@ Lightpad|Appearance LineRider|Games Linux Wifi Hotspot|Tools LMMS|Multimedia -Lokinet|hidden Marathon|Games MatterControl|Engineering Microsoft PowerShell|Terminals diff --git a/etc/runonce-entries b/etc/runonce-entries index 0a30174793..08d47a9432 100755 --- a/etc/runonce-entries +++ b/etc/runonce-entries @@ -101,6 +101,7 @@ You can install BalenaEtcher from Pi-Apps on a 64bit OS." remove_deprecated_app "MuseScore2" remove_deprecated_app "Pale Moon Browser" remove_deprecated_app "Pale Moon" + remove_deprecated_app "Lokinet" "" "Lokinet has not had an ARM version in several years. If you still use this, go find an alternative like Tor or a VPN, or ask Lokinet to work on ARM support. true EOF ;;