debug
parent
9dd6214d62
commit
ac9ae16067
@ -1,40 +0,0 @@
|
|||||||
---
|
|
||||||
home: true
|
|
||||||
---
|
|
||||||
<StickyWrapper>
|
|
||||||
<TextScramble :phrases="[
|
|
||||||
'Hey!',
|
|
||||||
'Welcome to adb.sh :D',
|
|
||||||
'I do web development', 'hosting free services', 'DJing / music', 'electronics'
|
|
||||||
]" />
|
|
||||||
<SocialIcons />
|
|
||||||
</StickyWrapper>
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
## services, i'm hosting
|
|
||||||
|
|
||||||
### public services
|
|
||||||
|
|
||||||
| service | URL |
|
|
||||||
| - | - |
|
|
||||||
| git | [git.cybre.town](https://git.cybre.town) |
|
|
||||||
| Mastodon | [social.cybre.town](https://social.cybre.town) |
|
|
||||||
| HedgeDoc | [md.cybre.town](https://md.cybre.town) |
|
|
||||||
| Jitsi | [jitsi.adb.sh](https://jitsi.adb.sh) |
|
|
||||||
| Frama Date | [polls.cybre.town](https://polls.cybre.town) |
|
|
||||||
| Searx | [searx.cybre.town](https://searx.cybre.town) |
|
|
||||||
|
|
||||||
### private services
|
|
||||||
|
|
||||||
| service | URL |
|
|
||||||
| - | - |
|
|
||||||
| nextcloud | [cloud.adb.sh](https://git.cybre.town) |
|
|
||||||
| matrix | [element.adb.sh](https://element.adb.sh) |
|
|
||||||
| mail | [mail.adb.sh](https://mail.adb.sh) |
|
|
||||||
|
|
||||||
|
|
||||||
## contact me
|
|
||||||
|
|
||||||
- matrix: [@adb:adb.sh](https://matrix.to/#/@adb:adb.sh)
|
|
||||||
- mail: [info@adb.sh](mailto:info@adb.sh)
|
|
@ -0,0 +1,54 @@
|
|||||||
|
---
|
||||||
|
home: true
|
||||||
|
---
|
||||||
|
<StickyWrapper>
|
||||||
|
<TextScramble :phrases="[
|
||||||
|
'Hey!',
|
||||||
|
'Welcome to adb.sh :D',
|
||||||
|
'I do web development', 'hosting free services', 'DJing / music', 'electronics'
|
||||||
|
]" />
|
||||||
|
<SocialIcons />
|
||||||
|
<div class="row my-4 justify-content-center">
|
||||||
|
<router-link class="col-auto mx-2 btn btn-outline-light" to="/music" >music</router-link>
|
||||||
|
<router-link class="col-auto mx-2 btn btn-outline-light" to="/projects" >projects</router-link>
|
||||||
|
</div>
|
||||||
|
</StickyWrapper>
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
## services, I'm hosting
|
||||||
|
|
||||||
|
### public services
|
||||||
|
|
||||||
|
| service | URL |
|
||||||
|
| - | - |
|
||||||
|
| Gitea | [git.cybre.town](https://git.cybre.town) |
|
||||||
|
| Mastodon | [social.cybre.town](https://social.cybre.town) |
|
||||||
|
| HedgeDoc | [md.cybre.town](https://md.cybre.town) |
|
||||||
|
| Jitsi | [jitsi.adb.sh](https://jitsi.adb.sh) |
|
||||||
|
| Frama Date | [polls.cybre.town](https://polls.cybre.town) |
|
||||||
|
| Peertube | [video.cybre.town](https://video.cybre.town) |
|
||||||
|
| Searx | [searx.cybre.town](https://searx.cybre.town) |
|
||||||
|
| Penpot | [penpot.cybre.town](https://penpot.cybre.town) |
|
||||||
|
|
||||||
|
### private services
|
||||||
|
|
||||||
|
| service | URL |
|
||||||
|
| - | - |
|
||||||
|
| Nextcloud | [cloud.adb.sh](https://git.cybre.town) |
|
||||||
|
| Matrix | [element.adb.sh](https://element.adb.sh) |
|
||||||
|
| Mail | [mail.adb.sh](https://mail.adb.sh) |
|
||||||
|
| Gotify UP | [push.cybre.town](https://push.cybre.town) |
|
||||||
|
|
||||||
|
### other sites
|
||||||
|
|
||||||
|
| service | URL |
|
||||||
|
| - | - |
|
||||||
|
| Strobe Town | [strobe.town](https://strobe.town) |
|
||||||
|
| Strobe Town - Tickets (Pretix) | [tickets.strobe.town](https://tickets.strobe.town) |
|
||||||
|
| Strobe Town - Music (Funkwhale) | [music.strobe.town](https://music.strobe.town) |
|
||||||
|
|
||||||
|
## contact me
|
||||||
|
|
||||||
|
- Matrix: [@adb:adb.sh](https://matrix.to/#/@adb:adb.sh)
|
||||||
|
- Mail: info [at] this.domain
|
Loading…
Reference in New Issue