Iximiuz discord message: https://discord.com/channels/1052678631744344074/1225074412030787604/1383140982874444029
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
coffee: | |
image: lalyos/12factor | |
ports: | |
- 80 | |
environment: | |
- TITLE=Coffebreak LEVEL 2. | |
- COLOR=gray | |
backend: | |
image: lalyos/12factor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package greet | |
import ( | |
"fmt" | |
) | |
func Greet() { | |
fmt.Println("Greating from golpay package [gist] ... v1.3") | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine | |
RUN apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/testing lolcat curl | |
CMD curl -sL https://gist.githubusercontent.com/lalyos/99341041e6b513a05ac945c897ef518e/raw/network.txt | lolcat |
I was playing with https://flems.io/ and wondered how it stores data.
- locally it uses localstorage
- but state is preserved in url (bookmarkable POC)
Example link: http://flems.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="app"></div> |
NewerOlder