aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2025-05-18-tails-and-onion-service.md
blob: e72d71ba72a3a2b1d5547f71f4d51940f0c7ac15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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
- 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` 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