mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-04-18 22:29:44 +00:00
Replace memos with blinko
This commit is contained in:
parent
25e630bddb
commit
53393c1d20
@ -2,5 +2,4 @@
|
|||||||
# Note: making changes to this file requires re-running docker compose up
|
# Note: making changes to this file requires re-running docker compose up
|
||||||
MY_SECRET_TOKEN=
|
MY_SECRET_TOKEN=
|
||||||
GITHUB_TOKEN=
|
GITHUB_TOKEN=
|
||||||
MEMOS_TOKEN=
|
|
||||||
SERADAR_TOKEN=
|
SERADAR_TOKEN=
|
BIN
glance/assets/blinko.png
Normal file
BIN
glance/assets/blinko.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
@ -22,9 +22,9 @@
|
|||||||
- title: ftp.aykhans.me
|
- title: ftp.aykhans.me
|
||||||
url: https://ftp.aykhans.me/web/client/login
|
url: https://ftp.aykhans.me/web/client/login
|
||||||
icon: /assets/sftpgo.png
|
icon: /assets/sftpgo.png
|
||||||
- title: mem.aykhans.me
|
- title: notes.aykhans.me
|
||||||
url: https://mem.aykhans.me/explore
|
url: https://notes.aykhans.me/signin
|
||||||
icon: /assets/memos.webp
|
icon: /assets/blinko.png
|
||||||
- title: url.aykhans.me
|
- title: url.aykhans.me
|
||||||
url: https://url.aykhans.me/auth
|
url: https://url.aykhans.me/auth
|
||||||
icon: /assets/slash.svg
|
icon: /assets/slash.svg
|
||||||
@ -50,27 +50,11 @@
|
|||||||
- glanceapp/glance
|
- glanceapp/glance
|
||||||
- go-gitea/gitea
|
- go-gitea/gitea
|
||||||
- drakkan/sftpgo
|
- drakkan/sftpgo
|
||||||
- usememos/memos
|
- blinko-space/blinko
|
||||||
- yourselfhosted/slash
|
- yourselfhosted/slash
|
||||||
- dani-garcia/vaultwarden
|
- dani-garcia/vaultwarden
|
||||||
- wg-easy/wg-easy
|
- wg-easy/wg-easy
|
||||||
|
|
||||||
- size: full
|
|
||||||
widgets:
|
|
||||||
- type: custom-api
|
|
||||||
title: Memos
|
|
||||||
cache: 1m
|
|
||||||
url: https://mem.aykhans.me/api/v1/memos/8ZU65KaQkWobmT8qfKqMyd
|
|
||||||
headers:
|
|
||||||
Accept: application/json
|
|
||||||
Authorization: Bearer ${MEMOS_TOKEN}
|
|
||||||
template: |
|
|
||||||
{{ if eq .Response.StatusCode 200 }}
|
|
||||||
<div style="white-space: pre-wrap;">{{ .JSON.String "content" }}</div>
|
|
||||||
{{ else }}
|
|
||||||
<p class="color-negative">Failed to fetch Memos data</p>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
- type: group
|
- type: group
|
||||||
widgets:
|
widgets:
|
||||||
- type: hacker-news
|
- type: hacker-news
|
||||||
|
Loading…
x
Reference in New Issue
Block a user