This is a Hello World Markdown Demo for the Astro-Gist Integration
Here's a link to a website, to a local doc, and to a section heading in the current doc. Here's a footnote 1.
Footnotes
-
Footnote text goes here. ↩
services: | |
libsql: | |
image: ghcr.io/tursodatabase/libsql-server:latest | |
platform: linux/amd64 | |
ports: | |
# Used for inter-node communication | |
# see https://github.com/tursodatabase/libsql/blob/main/docs/DOCKER.md#sqld_grpc_listen_addr | |
- "5001:5001" | |
# Port 8080 is exposed using the 'SERVICE_FQDN_LIBSQL_8080' so unless you need direct access | |
# instead of access through coolify-proxy leave 8080 commented out. |
This is a Hello World Markdown Demo for the Astro-Gist Integration
Here's a link to a website, to a local doc, and to a section heading in the current doc. Here's a footnote 1.
Footnote text goes here. ↩
PG_PASS=SOME-LONG-SECRET | |
AUTHENTIK_SECRET_KEY=SOME-LONG-SECRET | |
AUTHENTIK_ERROR_REPORTING__ENABLED=true | |
COMPOSE_PORT_HTTP=8080 | |
COMPOSE_PORT_HTTPS=8443 | |
ATHENTIK_TAG=2023.10.4 | |
AUTHENTIK_EMAIL__HOST=<smtp.yourhost.com> | |
AUTHENTIK_EMAIL__PORT=587 | |
AUTHENTIK_EMAIL__USERNAME=<[email protected] or specified username> | |
AUTHENTIK_EMAIL__PASSWORD=<password> |
--- | |
version: '3' | |
services: | |
syncthing-relay-discovery: | |
container_name: syncthing-relay-discovery | |
restart: always | |
image: t4skforce/syncthing-relay-discovery:latest | |
environment: | |
RATE_GLOBAL: '0' |
--- | |
version: "2.1" | |
services: | |
netbootxyz: | |
image: ghcr.io/netbootxyz/netbootxyz | |
container_name: netbootxyz | |
environment: | |
- MENU_VERSION=2.0.47 # optional | |
volumes: | |
- /path/to/config:/config # This is where you want to keep your configs, Highly recomended if you want to edit menus like I did. |
CONTENT_API_KEY=YOURAPIKEY | |
CONTENT_API_URL=https://ghost.io |
--- | |
import * as SCVue from '@adammatthiesen/astro-snipcart/vue'; | |
--- | |
<span> | |
You have <SCVue.CartItemCount transition:persist client:load /> items in your cart. | |
</span> |
CONTENT_API_KEY=YOUR_GHOST_API_KEY | |
CONTENT_API_URL=https://ghost.io | |
CONTENT_API_VER=v5.0 |