[mod] sites
This commit is contained in:
parent
b148f68f36
commit
b4c7ad454e
3 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{"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"}
|
||||
{"href": "https://about.orlop.duckdns.org", "text": "about", "port": "19999"},
|
||||
{"href": "https://jellyfin.orlop.duckdns.org", "text": "jellyfin", "port": "9000"},
|
||||
{"href": "https://emby.orlop.duckdns.org", "text": "emby", "port": "9981"},
|
||||
{"href": "https://tvheadend.orlop.duckdns.org", "text": "tvheadend", "port": "8088"}
|
||||
|
||||
]
|
|
@ -4,7 +4,7 @@
|
|||
<meta name="description" content="caddy test" />
|
||||
<meta name="author" content="andy bunce." />
|
||||
<title>Quodatum domain</title>
|
||||
<link rel="shortcut icon" href="quodatum.png"/>
|
||||
<link rel="shortcut icon" href="icon.png"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css" >
|
||||
<link href="https://cdn.jsdelivr.net/npm/vuetify@2.6.x/dist/vuetify.min.css" rel="stylesheet">
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[
|
||||
{"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"}
|
||||
{"href": "https://about.quodatum.duckdns.org", "text": "about", "port": "19999"},
|
||||
{"href": "https://git.quodatum.duckdns.org", "text": "git", "port": "9000"},
|
||||
{"href": "https://wiki.quodatum.duckdns.org", "text": "wiki", "port": "9981"},
|
||||
{"href": "https://wiki-alt.quodatum.duckdns.org", "text": "wiki alt", "port": "8088"},
|
||||
{"href": "https://code.quodatum.duckdns.org", "text": "code", "port": "8002"},
|
||||
{"href": "https://code-alt.quodatum.duckdns.org", "text": "code alt", "port": "3030"}
|
||||
]
|
Loading…
Add table
Reference in a new issue