diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-05-18 10:00:53 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-05-18 10:00:53 -0400 |
commit | 1e6e4ceef8c2bec120731e51e6d1026537338c18 (patch) | |
tree | 2ca3620aa314c1acd9f7a5f36448f203997f79cb | |
parent | 699ce8a3d921b4f81a91eed58349b0efe7d257c5 (diff) | |
download | pablotron.org-1e6e4ceef8c2bec120731e51e6d1026537338c18.tar.xz pablotron.org-1e6e4ceef8c2bec120731e51e6d1026537338c18.zip |
content/posts/2025-05-18-tails-and-onion-service.md: more outline
-rw-r--r-- | content/posts/2025-05-18-tails-and-onion-service.md | 39 |
1 files changed, 35 insertions, 4 deletions
diff --git a/content/posts/2025-05-18-tails-and-onion-service.md b/content/posts/2025-05-18-tails-and-onion-service.md index c42e0bf..e72d71b 100644 --- a/content/posts/2025-05-18-tails-and-onion-service.md +++ b/content/posts/2025-05-18-tails-and-onion-service.md @@ -9,13 +9,44 @@ Post about fiddling with Tails and hosting site as onion service tails notes - hidetopmenu extension does not work :/ - screenshot -- ddg onion, cloud password -- firefox loses settings -- resizing img to enable persistent storage with gnome boxes +- gnome boxes + - enable efi + - resizing img to enable persistent storage - more (see notes) +- installed + sudo apt-get install vim-{nox,scripts} +- setup + - auto-installed: + - gnome + - dark mode + - dark desktop bg + - set meta-h to to full height + - terminal: + - dark theme + - disable bell + - disable scrollbar + - tor browser + - set ddg.onion as default search + - set home page to blank + - set new tab to blank + - disable letterboxing + - (loses these settings on restart) + - sites + - ddg.onion + - load ddg settings from cloud storage w/password + - wikipedia + - set dark mode + - set wide view +- working .gitconfig: + amnesia@amnesia:~$ cat .gitconfig + [http] + proxy = socks5h://127.0.0.1:9050/ + [https] + proxy = socks5h://127.0.0.1:9050/ tor onion service: -- set up vanity `.onion` +- set up vanity `.onion` w/ mkp224o - updated `deploy.rb` to accept `DEPLOY_BASE_URL` +- git config --global --add safe.directory /store/www/pabstordmsrzhushs5drpb5mtb2ml56iyacidsjfebl2jlss65rlbsqd.onion/git - deploying as static site to nginx - using unix socket instead of port |