diff --git a/assets/production/css/style.css b/assets/production/css/style.css
index dbc03c4..baa0afb 100644
--- a/assets/production/css/style.css
+++ b/assets/production/css/style.css
@@ -282,6 +282,10 @@ nav section ul li {
border-radius: 50%;
}
+.services-icon-bookmark::before {
+ background: #b9daf6 url(/images/uicons/bookmark.svg) center center no-repeat;
+}
+
.services-icon-camera::before {
background: #b9daf6 url(/images/uicons/camera.svg) center center no-repeat;
}
diff --git a/services/wallabag.json b/services/wallabag.json
new file mode 100644
index 0000000..bae5fa6
--- /dev/null
+++ b/services/wallabag.json
@@ -0,0 +1,24 @@
+{
+ "buttons": [
+ {"label": "Utiliser", "url": "https://wallabag.ti-nuage.fr/"},
+ {"label": "Documentation", "class": "violet", "url": "https://wiki.ti-nuage.fr/fr/Services/Outils/wallabag"}
+ ],
+ "description": "Un outil pour conserver des articles et remettre à plus tard leur lecture.",
+ "icon": "bookmark",
+ "open": false,
+ "order": 8,
+ "softwares": [
+ {
+ "description": "Wallabag peut être associé à Tiny Tiny RSS afin de stocker les articles reçus. Des applications permettent de consulter les pages sauvegardées depuis tous types d'appareils.",
+ "licenses": [
+ {
+ "name": "License MIT",
+ "url": "https://mit-license.org/"
+ }
+ ],
+ "sources": "https://github.com/wallabag/wallabag",
+ "url": "https://wallabag.org/"
+ }
+ ],
+ "title": "Wallabag"
+}