this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add wol

+48 -15
+1 -1
.gitignore
··· 1 1 /commit-out.txt 2 2 /data/* 3 - !/data/*.env.template 3 + !/data/*.template
+12 -10
compose.yml
··· 1 1 services: 2 - # wol: 3 - # build: https://tangled.org/vielle.dev/wol.git 4 - # ports: ["8090:3000"] 5 - # volumes: ["./wol.toml:/app/wol.toml"] 6 - upsnap: 7 - image: seriousm4x/upsnap 8 - restart: unless-stopped 9 - volumes: 10 - - ./data/upsnap:/app/pb_data 2 + wol: 3 + image: atcr.io/vielle.dev/wol:latest 11 4 ports: 12 - - 8090:8090 5 + - 8090:3000 6 + volumes: 7 + - ./data/wol.toml:/app/wol.toml 8 + # upsnap: 9 + # image: seriousm4x/upsnap 10 + # restart: unless-stopped 11 + # volumes: 12 + # - ./data/upsnap:/app/pb_data 13 + # ports: 14 + # - 8090:8090 13 15 14 16 pds: 15 17 image: ghcr.io/bluesky-social/pds:0.4
+35
data/wol.toml.template
··· 1 + pinned = ["compuper"] 2 + 3 + [targets] 4 + compuper.mac = "10:7B:44:93:9A:E9" 5 + compuper.ip = "100.96.62.82" 6 + 7 + [theme] # catppuccin frappe 8 + background = [48, 52, 70] 9 + background_main = [35, 38, 52] 10 + background_server = [65, 69, 89] 11 + background_button = [81, 87, 109] 12 + 13 + text = [198, 208, 245] 14 + text_secondary = [165, 173, 206] 15 + 16 + accent_success = [166, 209, 137] 17 + accent_fail = [231, 130, 132] 18 + 19 + link = [140, 170, 238] 20 + link_visited = [202, 158, 230] 21 + 22 + highlight = [148, 156, 187] 23 + highlight_opacity = 25 # out of 100 24 + 25 + fonts = [ 26 + "IBMPlexMono", 27 + "ui-monospace", 28 + "SFMono-Regular", 29 + "Menlo", 30 + "Monaco", 31 + "Consolas", 32 + "Liberation Mono", 33 + "Courier New", 34 + "monospace" 35 + ]
-4
wol.toml
··· 1 - binding = "0.0.0.0:3000" 2 - 3 - [targets] 4 - compuper = "10:7B:44:93:9A:E9"