Skip to content

Instantly share code, notes, and snippets.

@nebulak
Last active February 16, 2018 10:42
Show Gist options
  • Save nebulak/41783f6f0fded8981cdd26518eb36e75 to your computer and use it in GitHub Desktop.
Save nebulak/41783f6f0fded8981cdd26518eb36e75 to your computer and use it in GitHub Desktop.
YunoHide

YunoHide

Base

Changes needed

YunoHost Pi installer

/scripts/firstrun & /scripts/firstrun.service

sudo apt-get install tor

echo 'HiddenServiceDir  /var/lib/tor/hidden_service/' >> /etc/tor/torrc
echo 'HiddenServicePort 80 127.0.0.1:80' >> /etc/tor/torrc
echo 'HiddenServicePort 443 127.0.0.1:443' >> /etc/tor/torrc

service tor restart

cat /var/lib/tor/hidden_service/hostname | yunohost domain add 

#TODO: disable SSOwat redirection?

service nginx restart
TODOs:
Future Work:
  • Hidden Service Manager
Apps
  • Encrypted Pad(Onion)
  • PirateBox/Nextcloud(Onion)
  • Email(Onion)
  • Jabber(Both)
  • Mumble(Both)
  • zerobin
  • archivist
  • rocket.chat
  • mailman
  • WKD
Tor info

Sources:

@nebulak
Copy link
Author

nebulak commented Jan 7, 2018

Apps:
Cryptpad
Zerobin
Nextcloud?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment