mirror of
https://github.com/unman/shaker.git
synced 2025-04-19 06:55:47 -04:00
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:
parent
18fab866c1
commit
e77afa71ac
@ -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
BIN
i2p/i2p_browser.tgz
Normal file
Binary file not shown.
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user