i2p - Add i2p browser extension to /etc/skel.

Dont try to create a proxy (what that mean?)
Stop all unnecessary services.
This commit is contained in:
unman 2025-04-18 08:57:10 +00:00
parent 18fab866c1
commit e77afa71ac
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
3 changed files with 14 additions and 4 deletions

View File

@ -13,14 +13,17 @@ qvm-prefs-i2p:
- netvm: sys-net
- memory: 400
- maxmem: 1500
- vcpus: 2
- provides-network: True
- vcpus: 4
- provides-network: False
qvm-features-i2p:
qvm.features:
- name: sys-i2p
- ipv6: ''
- disable:
- service.clocksync
- service.cups
- service.cups-browsed
- service.qubes-update-check
- service.qubes-updates-proxy
- service.tinyproxy

BIN
i2p/i2p_browser.tgz Normal file

Binary file not shown.

View File

@ -59,12 +59,12 @@ i2p_list_cacher:
- backup: False
{% endif %}
upgrade:
i2p_upgrade:
pkg.uptodate:
- refresh: True
- dist_upgrade: True
install:
i2p_install:
pkg.installed:
- refresh: True
- pkgs:
@ -73,4 +73,11 @@ install:
- i2p
- i2p-keyring
i2p_untar_extension:
archive.extracted:
- name: /etc/skel/
- source: salt://i2p/i2p_browser.tgz
- user: root
- group: root
{% endif %}