aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfabrixxm <fabrixxm@kirgroup.net>2021-09-10 08:36:48 +0200
committerfabrixxm <fabrixxm@kirgroup.net>2021-09-10 08:36:48 +0200
commitb009e9eb858324b3d875b67874b121a09e05b8f0 (patch)
treef167024e470770759dbef1cf1c4bb67839cb4c73
parent59120b48994548a7ca33b2ec64b8222c4a878212 (diff)
Serata 2021-09-10
-rw-r--r--items/05e820a5415141f99a8c012ea20e3483.yaml10
-rw-r--r--items/d3433c6ca5fe472291f81d2334a964fc.yaml10
-rw-r--r--settings.yaml7
3 files changed, 25 insertions, 2 deletions
diff --git a/items/05e820a5415141f99a8c012ea20e3483.yaml b/items/05e820a5415141f99a8c012ea20e3483.yaml
new file mode 100644
index 0000000..3ad6d2d
--- /dev/null
+++ b/items/05e820a5415141f99a8c012ea20e3483.yaml
@@ -0,0 +1,10 @@
+title: Pi-Hole
+url: https://pi-hole.net/
+description: Applicazione Linux pensata per bloccare la pubblicitĂ  e il tracciamento
+ degli utenti su Internet a livello di rete.
+tags:
+- network
+- dns
+- privacy
+added: 2021-09-10 06:30:52.131971+00:00
+updated: 2021-09-10 06:32:39.299585+00:00
diff --git a/items/d3433c6ca5fe472291f81d2334a964fc.yaml b/items/d3433c6ca5fe472291f81d2334a964fc.yaml
new file mode 100644
index 0000000..6c788c2
--- /dev/null
+++ b/items/d3433c6ca5fe472291f81d2334a964fc.yaml
@@ -0,0 +1,10 @@
+title: WireGuard
+url: https://www.wireguard.com/
+description: Protocollo di comunicazione e software free ed opensource che implementa
+ una rete privata virtuale (VPS)
+tags:
+- network
+- vpn
+- ''
+added: 2021-09-10 06:29:12.085454
+updated: 2021-09-10 06:33:02.545882+00:00
diff --git a/settings.yaml b/settings.yaml
index d490216..d7bfc05 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -21,10 +21,13 @@ fields:
- name: added
type: datetime
index: field
- sortable: True
+ sortable: true
auto: creation
- name: updated
type: datetime
index: field
- sortable: True
+ sortable: true
auto: update
+collector:
+ label: '{{ title }}'
+ subtitle: '{{ url }}'