From fb6d9130b5d290396f5a09a96b74769b9b41b4d8 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 18 May 2025 16:16:18 -0400 Subject: mv content/posts/025-05-18-{tails-and-,}onion-service.md --- content/posts/2025-05-18-onion-service.md | 52 ++++++++++++++++++++++ .../posts/2025-05-18-tails-and-onion-service.md | 52 ---------------------- 2 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 content/posts/2025-05-18-onion-service.md delete mode 100644 content/posts/2025-05-18-tails-and-onion-service.md diff --git a/content/posts/2025-05-18-onion-service.md b/content/posts/2025-05-18-onion-service.md new file mode 100644 index 0000000..a508655 --- /dev/null +++ b/content/posts/2025-05-18-onion-service.md @@ -0,0 +1,52 @@ +--- +slug: tails-and-onion-service +title: "Tails and Onion Service" +date: "2025-05-18T09:44:21-04:00" +draft: true +--- +Post about fiddling with Tails and hosting site as onion service + +tails notes +- hidetopmenu extension does not work :/ +- screenshot +- store passwords in keepassxc +- installed + sudo apt-get install vim-{nox,scripts} qalculate-gtk gnome-shell-extension-{autohidetopbar,hide-activities,manager} + +- gnome boxes setup + - enable efi + - resizing img to enable persistent storage +- tails setup + - enable persistent storage + - enable admin password (to install stuff) + - gnome + - dark mode + - dark desktop bg + - set meta-h to to full height + - terminal: + - dark theme + - disable bell + - disable scrollbar + - tor browser: loses these settings on restart... + - set ddg.onion as default search + - set home page and new tab to blank + - disable letterboxing (about:config) + - 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` 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 diff --git a/content/posts/2025-05-18-tails-and-onion-service.md b/content/posts/2025-05-18-tails-and-onion-service.md deleted file mode 100644 index a508655..0000000 --- a/content/posts/2025-05-18-tails-and-onion-service.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -slug: tails-and-onion-service -title: "Tails and Onion Service" -date: "2025-05-18T09:44:21-04:00" -draft: true ---- -Post about fiddling with Tails and hosting site as onion service - -tails notes -- hidetopmenu extension does not work :/ -- screenshot -- store passwords in keepassxc -- installed - sudo apt-get install vim-{nox,scripts} qalculate-gtk gnome-shell-extension-{autohidetopbar,hide-activities,manager} - -- gnome boxes setup - - enable efi - - resizing img to enable persistent storage -- tails setup - - enable persistent storage - - enable admin password (to install stuff) - - gnome - - dark mode - - dark desktop bg - - set meta-h to to full height - - terminal: - - dark theme - - disable bell - - disable scrollbar - - tor browser: loses these settings on restart... - - set ddg.onion as default search - - set home page and new tab to blank - - disable letterboxing (about:config) - - 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` 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 -- cgit v1.2.3