commit c3ab2ba65cbcbebb912af3d78ba38059ba071157 Author: Nikolai Rodionov Date: Tue Dec 30 22:45:42 2025 +0100 Init Commit diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..f4134e4 --- /dev/null +++ b/Containerfile @@ -0,0 +1,3 @@ +FROM n3wjack/faircamp + +COPY ./src/ /data diff --git a/src/avatar.png b/src/avatar.png new file mode 100644 index 0000000..3f36e3c Binary files /dev/null and b/src/avatar.png differ diff --git a/src/catalog.eno b/src/catalog.eno new file mode 100644 index 0000000..8c21465 --- /dev/null +++ b/src/catalog.eno @@ -0,0 +1,35 @@ +title: Bad Houseplants +base_url: https://badhouseplants.net +language: en +favicon: favicon.ico + +label_mode + +home_image: +description = A jar with a tube filled with medicines +file = avatar.png + +link: +label = Navidrome Instance +url = https://music.badhouseplant.net + + +-- synopsis +If you like something, email me at +-- synopsis + +-- more +Oi! + +It's for bea +-- more + +theme: +base = dark +accent_brightening = 0 +accent_chroma = 100 +accent_hue = 206 +background_alpha = 70 +base_chroma = 100 +base_hue = 206 +dynamic_range = 30 diff --git a/src/favicon.ico b/src/favicon.ico new file mode 100644 index 0000000..4a11577 Binary files /dev/null and b/src/favicon.ico differ diff --git a/src/logo.png b/src/logo.png new file mode 100644 index 0000000..adf95e3 Binary files /dev/null and b/src/logo.png differ