[add] kodi
This commit is contained in:
parent
87f6d1212b
commit
69e858eaf9
2 changed files with 16 additions and 13 deletions
|
@ -73,6 +73,7 @@
|
||||||
import auth_quodatum
|
import auth_quodatum
|
||||||
import n2plus 8444
|
import n2plus 8444
|
||||||
}
|
}
|
||||||
|
|
||||||
@code-alt host code-alt.quodatum.duckdns.org
|
@code-alt host code-alt.quodatum.duckdns.org
|
||||||
handle @code-alt {
|
handle @code-alt {
|
||||||
import auth_quodatum
|
import auth_quodatum
|
||||||
|
@ -107,6 +108,10 @@
|
||||||
handle @tvheadend {
|
handle @tvheadend {
|
||||||
import n2plus 9981
|
import n2plus 9981
|
||||||
}
|
}
|
||||||
|
@kodi host kodi.orlop.duckdns.org
|
||||||
|
handle @kodi {
|
||||||
|
import n2 8080
|
||||||
|
}
|
||||||
@test host test.orlop.duckdns.org
|
@test host test.orlop.duckdns.org
|
||||||
handle @test {
|
handle @test {
|
||||||
respond "test, test. Hello, world!"
|
respond "test, test. Hello, world!"
|
||||||
|
|
|
@ -25,13 +25,10 @@
|
||||||
<v-main>
|
<v-main>
|
||||||
|
|
||||||
<v-container>
|
<v-container>
|
||||||
<v-row>
|
<v-row align-content="start" no-gutters>
|
||||||
<v-col>
|
|
||||||
<iframe name="srv" src="icon.png" width="100%"></iframe>
|
|
||||||
</v-col>
|
|
||||||
<!-- item={href,port,text} -->
|
<!-- item={href,port,text} -->
|
||||||
<v-col >
|
<v-col v-for="item in links" :key="item.href" class="ma-2" >
|
||||||
<v-card v-for="item in links" width="10em">
|
<v-card width="10em">
|
||||||
<v-card-title class="text-caption">
|
<v-card-title class="text-caption">
|
||||||
<a :href="item.href" :target="target">{{ item.text }}</a>
|
<a :href="item.href" :target="target">{{ item.text }}</a>
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
@ -41,11 +38,12 @@
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<v-col>
|
||||||
|
<img name="srv" src="icon.png" width="100%"/>
|
||||||
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-container>
|
</v-container>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</v-main>
|
</v-main>
|
||||||
</v-app>
|
</v-app>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue