diff --git a/caddy/site/orlop/index.html b/caddy/site/orlop/index.html
index 72bc0b3..c95ed57 100644
--- a/caddy/site/orlop/index.html
+++ b/caddy/site/orlop/index.html
@@ -4,7 +4,7 @@
Orlop domain
-
+
@@ -22,7 +22,6 @@
-
diff --git a/caddy/site/orlop/index.js b/caddy/site/orlop/index.js
deleted file mode 100644
index 94f8124..0000000
--- a/caddy/site/orlop/index.js
+++ /dev/null
@@ -1,27 +0,0 @@
-// app
-var app = new Vue({
- el: '#app',
- vuetify: new Vuetify(),
- data: {
- message: 'Hello Vue!',
- links: null,
- hits:0,
- loaded: null,
- target: "caddy",
- targets: ["srv","top","new"]
-
- },
-
- methods:{
- load() {
- this.loaded = new Date()
- this.hits += 1
- fetch("links.json")
- .then(response => response.json())
- .then(data => (this.links = data));
- }
- },
- mounted () {
- this.load()
- }
-});
diff --git a/caddy/site/orlop/links.json b/caddy/site/orlop/links.json
deleted file mode 100644
index 26c0230..0000000
--- a/caddy/site/orlop/links.json
+++ /dev/null
@@ -1,7 +0,0 @@
-[
- {"href": "about.orlop.duckdns.org", "text": "about", "port": "19999"},
- {"href": "jellyfin.orlop.duckdns.org", "text": "jellyfin", "port": "9000"},
- {"href": "emby.orlop.duckdns.org", "text": "emby", "port": "9981"},
- {"href": "tvheadend.orlop.duckdns.org", "text": "tvheadend", "port": "8088"}
-
-]
\ No newline at end of file
diff --git a/caddy/site/orlop/icon.png b/caddy/site/orlop/orlop.png
similarity index 100%
rename from caddy/site/orlop/icon.png
rename to caddy/site/orlop/orlop.png
diff --git a/caddy/site/quodatum/index.js b/caddy/site/quodatum/index.js
deleted file mode 100644
index 94f8124..0000000
--- a/caddy/site/quodatum/index.js
+++ /dev/null
@@ -1,27 +0,0 @@
-// app
-var app = new Vue({
- el: '#app',
- vuetify: new Vuetify(),
- data: {
- message: 'Hello Vue!',
- links: null,
- hits:0,
- loaded: null,
- target: "caddy",
- targets: ["srv","top","new"]
-
- },
-
- methods:{
- load() {
- this.loaded = new Date()
- this.hits += 1
- fetch("links.json")
- .then(response => response.json())
- .then(data => (this.links = data));
- }
- },
- mounted () {
- this.load()
- }
-});
diff --git a/caddy/site/quodatum/links.json b/caddy/site/quodatum/links.json
deleted file mode 100644
index 3722950..0000000
--- a/caddy/site/quodatum/links.json
+++ /dev/null
@@ -1,8 +0,0 @@
-[
- {"href": "about.quodatum.duckdns.org", "text": "about", "port": "19999"},
- {"href": "git.quodatum.duckdns.org", "text": "git", "port": "9000"},
- {"href": "wiki.quodatum.duckdns.org", "text": "wiki", "port": "9981"},
- {"href": "wiki-alt.quodatum.duckdns.org", "text": "wiki alt", "port": "8088"},
- {"href": "code.quodatum.duckdns.org", "text": "piwigo", "port": "8002"},
- {"href": "code-alt.quodatum.duckdns.org", "text": "fuseki", "port": "3030"}
-]
\ No newline at end of file
diff --git a/caddy/site/quodatum/icon.png b/caddy/site/quodatum/quodatum.png
similarity index 100%
rename from caddy/site/quodatum/icon.png
rename to caddy/site/quodatum/quodatum.png