All New

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Register

Login

All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
swee's Avatar

swee / sweeupdate.py

0 likes
0 forks
1 files
Last active 1 month ago
1 #!/usr/bin/python3
2 import os
3 import time
4 from flask import Flask, request, abort
5 app = Flask(__name__)
6
7 token = "<REDACTED>"
8
9 # Built static sites, NEEDS AUTH AND PAYLOAD
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 1 month ago
1 $ zpool list
2 NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
3 oreo-hdds 928G 506G 422G - - 9% 54% 1.00x ONLINE -
4 ssd 232G 111G 121G - - 40% 47% 1.00x ONLINE -
swee's Avatar

swee / sync-to-navidrome.sh

0 likes
0 forks
1 files
Last active 1 month ago
1 #!/bin/sh
2 /usr/local/www/haiwen/seafile-server/seaf-fuse.sh start /mnt/seafile
3 rsync -av --delete-delay --chown=www:www /mnt/seafile/9838977055b648e5b2d10deb4d6acb62\@auth.local/4617d236-010d-4206-81fc-ebeb450ac3d5_Music/* /mnt/navidrome/
4 pkill -9 seaf-fuse
5 umount /mnt/seafile
swee's Avatar

swee / eatfish.desktop

0 likes
0 forks
3 files
Last active 1 month ago
1 <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
2 "http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
3 <!-- /home/swee/.config/menus/applications-merged/eatfish.menu -->
4 <Menu>
5 <Name>Applications</Name>
6 <Menu>
7 <Name>eatfish</Name>
8 <Directory>eatfish.directory</Directory>
9 <Include>
10 <Filename>eatfish.desktop</Filename>
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 [2026-04-19T01:57:51.125Z] <ChaoticV> !puzzle hard doesn't just pull from wiktionary, i think it sometimes pulls from the free dictionary
2 [2026-04-19T01:57:52.279Z] <+tinsoldier> ⏱﹖﹥ XWord: Complete the following 'hard' word: _ _ _ m_ _ t (Meaning: lamentation grief)
3 [2026-04-19T01:57:56.100Z] <ChaoticV> lament
4 [2026-04-19T01:58:01.134Z] <user333_> yay! i can finally view it at not 133% scale!
5 [2026-04-19T01:58:02.228Z] <+tinsoldier> ⏱﹖﹥ Puzzle hint: The word begins with 'w'
6 [2026-04-19T01:58:03.481Z] <swee> lamenent
7 [2026-04-19T01:58:06.941Z] <ChaoticV> wlament
8 [2026-04-19T01:58:10.120Z] <ChaoticV> waament
9 [2026-04-19T01:58:12.351Z] <swee> walmart
10 [2026-04-19T01:58:17.438Z] <+tinsoldier> ⏱﹖﹥ Time's up. The answer was 'wayment'.
swee's Avatar

swee / Immich on FreeBSD?!

0 likes
0 forks
1 files
Last active 2 months ago

Yes, this is not clickbait! I set up Immich on FreeBSD yesterday without going insane, so I am documenting how I did this magic.

I am not using ML in this setup.

Note: I did steal some documentation and read the install script from https://github.com/arter97/immich-native

Requirements

  • A FreeBSD server (duh, tested in FreeBSD 15)
  • A Linux machine (for bootstrapping and building)
swee's Avatar

swee / Swee's Custom CSS for Kanboard

0 likes
0 forks
5 files
Last active 2 months ago
Makes cards a bit easier on the eye in Dark Mode
1 .task-tags > ul > li
2 {
3 color: #000 !important;
4 }
5 .task-board-header a,
6 .task-board-header > .dropdown > .dropdown-menu > strong,
7 .task-board-header > .dropdown > .dropdown-menu-link-icon i,
8 .task-board-header > .js-modal-large > i,
9 .task-board-icons-row,
10 .task-board-title a {
swee's Avatar

swee / eatfish.png.swee.codes nginx config

0 likes
0 forks
1 files
Last active 2 months ago
the whole ascii thing is just an nginx map
1 map $http_user_agent $myindex {
2 default index.html;
3 ~curl ascii.txt;
4 }
5
6 server {
7 listen 443 quic;
8 listen [::]:443 quic;
9 listen 443 ssl;
10 listen [::]:443 ssl;
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 i915/kbl_dmc_ver1_04.bin: could not load binary firmware /boot/firmware/i915/kbl_dmc_ver1_04.bin either
2 i915_kbl_dmc_ver1_04.bin: could not load binary firmware /boot/firmware/i915_kbl_dmc_ver1_04.bin either
3 drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin'
4 drmn0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
5 [drm] Initialized i915 1.6.0 20201103 for drmn0 on minor 0
6 name=drmn0 id=i915drmfb flags=0x0 stride=7680
7 i915/kbl_dmc_ver1_04.bin: could not load firmware image, error 2
8 Trying to load binary firmware from /boot/firmware/i915/kbl_dmc_ver1_04.bin
9 i915/kbl_dmc_ver1_04.bin: could not load binary firmware /boot/firmware/i915/kbl_dmc_ver1_04.bin either
10 i915_kbl_dmc_ver1_04.bin: could not load firmware image, error 2
swee's Avatar

swee / gistfile1.txt

0 likes
0 forks
1 files
Last active 2 months ago
1 [drm] Got Intel graphics stolen memory base 0xbd800000, size 0x2000000
2 drmn0: <drmn> on vgapci0
3 vgapci0: child drmn0 requested pci_enable_io
4 vgapci0: child drmn0 requested pci_enable_io
5 drmn0: successfully loaded firmware image 'i915/kbl_dmc_ver1_04.bin'
6 drmn0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
7 lkpi_iic0: <LinuxKPI I2C> on drmn0
8 lkpi_iic1: <LinuxKPI I2C> on drmn0
9 lkpi_iic2: <LinuxKPI I2C> on drmn0
10 lkpi_iic3: <LinuxKPI I2C> on drmn0
Newer Older

Powered by Opengist ⋅ Load: 160ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文