Skip to content

Instantly share code, notes, and snippets.

View Adammatthiesen's full-sized avatar
🏠
Working from home

Adam Matthiesen Adammatthiesen

🏠
Working from home
View GitHub Profile
@Adammatthiesen
Adammatthiesen / .env
Last active January 13, 2024 00:44
Ghost
CONTENT_API_KEY=YOUR_GHOST_API_KEY
CONTENT_API_URL=https://ghost.io
CONTENT_API_VER=v5.0
@Adammatthiesen
Adammatthiesen / CartItemCount-Vue.astro
Created January 13, 2024 00:39
Astro SnipCart Examples
---
import * as SCVue from '@adammatthiesen/astro-snipcart/vue';
---
<span>
You have <SCVue.CartItemCount transition:persist client:load /> items in your cart.
</span>
@Adammatthiesen
Adammatthiesen / .env
Last active January 24, 2024 03:24
astro-ghostCMS
CONTENT_API_KEY=YOURAPIKEY
CONTENT_API_URL=https://ghost.io
---
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.
---
version: '3'
services:
syncthing-relay-discovery:
container_name: syncthing-relay-discovery
restart: always
image: t4skforce/syncthing-relay-discovery:latest
environment:
RATE_GLOBAL: '0'
@Adammatthiesen
Adammatthiesen / authentik.env
Last active January 15, 2024 05:01
A Compilation of useful Portainer Stack Scripts I've been collecting
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@domain.com or specified username>
AUTHENTIK_EMAIL__PASSWORD=<password>
@Adammatthiesen
Adammatthiesen / hello.md
Last active March 9, 2024 15:27
Hello World