Commit graph

233 commits

Author SHA1 Message Date
d7109b6585 add VNC desktop container at vnc.quinefoundation.com
Custom Podman image (forge.quinefoundation.com/ironmagma/vnc-desktop) running
TigerVNC + noVNC + openbox, proxied via nginx with ACME TLS and basic auth.
Also switches all arion projects from docker to podman backend.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 17:08:15 -08:00
7b0482f2ff fix 2026-05-25 15:02:45 -08:00
96bed19729 fix 2026-05-25 14:43:03 -08:00
aa2fce1b7f fix riverside 2026-05-25 14:29:58 -08:00
14455adbf5 fix arion 2026-05-25 12:25:33 -08:00
5a17e00958 bump version of riverside 2026-05-25 12:10:14 -08:00
b583167dae bump version of riverside 2026-05-25 11:00:40 -08:00
bec97c3f17 ensure gitea-runner owns its ubuntu state dir
The directory was created by the old DynamicUser (uid 63182). Add a
tmpfiles rule to guarantee correct ownership after any rebuild.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 23:48:13 -08:00
8e9328e704 give gitea runner docker socket access
Create a persistent gitea-runner system user in the docker group instead
of relying on DynamicUser — supplementary groups were silently ignored
with DynamicUser=true, leaving the runner unable to reach the socket.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 23:46:25 -08:00
eaa3a8625b run gitea actions runner in host mode
Jobs now execute directly on the runner host rather than inside a docker
container, giving them access to Node.js, Docker, and other host tools
without needing a custom image.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 23:41:07 -08:00
2544666cc9 fixes 2026-05-24 23:31:05 -08:00
cfd7fc1d6a ubuntu runner 2026-05-24 23:03:36 -08:00
8f9028c7a5 tmux 2026-05-24 00:27:15 -08:00
524f751e0d try fix env var 2026-05-23 22:30:47 -08:00
425a7ba6d4 fix 2026-05-23 22:28:08 -08:00
e77a076c17 fix path 2026-05-23 22:19:31 -08:00
8003d7c038 Add postmark 2026-05-23 20:12:53 -08:00
b86e07f29e fix 2026-05-14 14:49:25 -08:00
8d4dae8dd9 Fix riverside port mapping, postgres volume path, and enable HTTPS
- Map container port 80 (not 8080) to host 3011
- Mount postgres data at /var/lib/postgresql (postgres 18 changed path)
- Set TRUSTED_HOST env var so Drupal accepts the hostname
- Enable ACME/HTTPS for riverside.coldairnetworks.com with HTTP→HTTPS redirect

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 14:33:31 -08:00
e3bad28a0a fix 2026-05-14 14:30:35 -08:00
9b8b06a693 fix 2026-05-14 14:25:52 -08:00
93506862ec Move riverside to arion with postgres companion service
riverside needs a postgres sidecar which oci-containers can't express.
Also adds docker to arion PATH (fixes forgejo-arion) and creates
/var/riverside/{files,postgres} state directories.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 14:23:42 -08:00
d0a9b5337f bump sha 2026-05-14 22:17:19 +00:00
c95df34f03 fix 2026-05-14 14:13:11 -08:00
4d3ebd9d91 Fix arion NIX_PATH so nix-instantiate can find nixpkgs
Systemd services don't source /etc/set-environment, so NIX_PATH was unset
when arion tried to evaluate arion-pkgs.nix via import <nixpkgs>.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 14:04:55 -08:00
01130f7852 Add riverside.coldairnetworks.com and fix arion nix-instantiate PATH
Add riverside OCI container (forge.quinefoundation.com/ironmagma/riverside)
on port 3011 with nginx vhost. Fix forgejo-arion service failure by ensuring
nix-instantiate is in PATH when arion evaluates the compose config.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14 14:03:03 -08:00
Mork Swork
ef47bc328b Merge branch 'main' of github.com:philip-peterson/petersweb-infra 2026-05-14 14:34:28 -07:00
Mork Swork
170bcd24c5 Fix forgejo rq size 2026-05-14 14:34:10 -07:00
Mork Swork
07b15aec19 Fix arion 2026-05-14 14:25:32 -07:00
94cf550ea4 Fix mkDefault issue 2026-05-08 21:27:42 -08:00
e8183c685b Merge branch 'two' 2026-05-08 20:55:59 -08:00
Mork Swork
22a9c01f72 force true 2026-05-08 21:47:38 -07:00
1ea990ea1a add clojure 2026-05-08 20:38:37 -08:00
8472f16d10 add macbook air 2026-05-08 20:37:15 -08:00
8331c69d2d add macbook air 2026-05-08 20:36:50 -08:00
b9b282fde8 add www.philippeterson 2026-05-05 01:39:13 -08:00
aed3fa1e4d Add philippeterson.com 2026-05-05 01:33:57 -08:00
1d9de08c3d pullomatic fix 2026-05-05 01:28:35 -08:00
45f4cdc920 change hostname 2026-05-05 00:11:02 -08:00
ad6be27f7c Enable more sites 2026-05-04 23:07:42 -08:00
3b12f7aee2 Try to fix hm issue 2026-05-04 22:50:25 -08:00
6a39ccced0 Try to fix networking 2026-05-04 22:48:19 -08:00
45b43cf4d9 Merge branch 'two' of github.com:philip-peterson/petersweb-infra into two 2026-05-04 13:53:08 -08:00
Mork Swork
d47a9dc8e1 Zsh fix 2026-05-04 14:52:47 -07:00
e75cd431eb claude code 2026-05-04 13:47:58 -08:00
cea6252cd5 Merge branch 'two' of github.com:philip-peterson/petersweb-infra into two 2026-05-04 13:45:01 -08:00
Mork Swork
339b775acf add anthropic key 2026-05-04 14:44:23 -07:00
448221afff Comment out temporarily most sites 2026-05-04 11:04:12 -08:00
Mork Swork
e519bcc13b Updates 2026-05-04 10:54:02 -07:00
Mork Swork
e045c02c78 Try and fix disk 2026-05-04 10:36:14 -07:00
dbdc156758 Fixes 2026-05-04 17:29:08 +00:00
45192e07d4 Turn off EFI support 2026-05-04 17:06:01 +00:00
philip-peterson
12078090d9 Try to fix pullomatic 2026-05-04 06:26:51 -08:00
philip-peterson
fafe96e03d Try to fix pullomatic 2026-05-04 06:24:38 -08:00
philip-peterson
1fb7f39056 wip 2026-05-04 06:21:19 -08:00
philip-peterson
42164424ec Try to fix pullomatic 2026-05-04 06:18:40 -08:00
philip-peterson
a482abed6f Try to fix pullomatic 2026-05-04 06:16:43 -08:00
philip-peterson
7a1506eab3 Resolve warnings 2026-05-04 06:09:38 -08:00
philip-peterson
ead45e5c15 Try to fix pullomatic 2026-05-04 06:00:58 -08:00
philip-peterson
eca5e6ec72 Try to fix pullomatic 2026-05-04 05:53:58 -08:00
philip-peterson
d9348b9514 Try to fix pullomatic 2026-05-04 05:35:49 -08:00
philip-peterson
34db396d92 Try to fix pullomatic 2026-05-04 05:31:21 -08:00
philip-peterson
bc0d33245a Try to fix pullomatic 2026-05-04 05:27:10 -08:00
philip-peterson
adcec8dd35 Try to fix pullomatic 2026-05-04 05:12:54 -08:00
Mork Swork
c6fb56a0ba Add email 2026-02-16 12:47:08 -08:00
Mork Swork
cd4beb329e Add gold 2026-02-16 12:41:59 -08:00
Mork Swork
a80f5d99c9 hai world 2026-02-16 12:31:26 -08:00
Mork Swork
6d6dcd818c hai world 2026-02-16 12:29:18 -08:00
Mork Swork
cf38d6fc59 hai world 2026-02-16 12:26:47 -08:00
Mork Swork
eba08dc984 Add pdxdestiny.com 2026-02-15 21:51:07 -08:00
philip-peterson
8af11c52ae Add fbksdigital 2025-11-18 14:54:59 -09:00
philip-peterson
706b2ec2a1 Merge branch 'main' of github.com:philip-peterson/petersweb-infra 2025-11-15 15:42:00 -09:00
philip-peterson
d301cf7ab7 wip 2025-11-15 15:41:04 -09:00
philip-peterson
a65e7227a2 wip 2025-11-15 15:36:33 -09:00
philip-peterson
9f0d9fcb68 wip 2025-11-15 15:22:51 -09:00
philip-peterson
89bc65d19b wip 2025-11-15 15:18:25 -09:00
philip-peterson
31d7416708 wip 2025-11-15 15:13:33 -09:00
philip-peterson
e46c125ce7 wip 2025-11-15 15:10:43 -09:00
philip-peterson
c4d28360b4 hetzs 2025-11-15 14:56:45 -09:00
philip-peterson
fb57c18f0b hetz 2025-11-15 14:50:42 -09:00
philip-peterson
a079dff4c3 ssh 2025-11-15 14:44:47 -09:00
philip-peterson
92e5c59c8a Add quineglobal landing 2025-08-18 21:37:34 -08:00
philip-peterson
2f93c75853 Add quineglobal landing 2025-08-18 21:29:23 -08:00
Philip Peterson
3abf046a6e Update blog 2025-06-16 00:45:34 -07:00
Philip Peterson
563b595c1f Update blog 2025-06-16 00:22:09 -07:00
Philip Peterson
cc3a0ac361
Remove ironmagma user 2025-05-05 19:17:40 -07:00
Philip Peterson
a017e92aa5
turn off home-manager for ironmagma 2025-05-05 19:16:32 -07:00
Philip Peterson
6a2fd259cd
Merge branch 'main' of github.com:philip-peterson/private-quine-core 2025-05-05 19:09:48 -07:00
Philip Peterson
f0e51b302d
Add portfolio 2025-05-05 19:09:26 -07:00
Philip Peterson
808d006be1
Update quine blog 2025-05-03 12:07:17 -07:00
Philip Peterson
0bbb72f043
try adding nextcloud 2025-01-14 21:13:17 -09:00
Philip Peterson
fcf90b026f
remove webdav 2025-01-14 21:05:20 -09:00
Philip Peterson
12a820aa4a
try fix 2025-01-14 21:01:29 -09:00
Philip Peterson
68210230de
add nextcloud 2025-01-14 20:43:46 -09:00
Philip Peterson
a24744109c
update blog 2025-01-04 01:25:12 -09:00
Philip Peterson
f0ee7941cf
add sha 2025-01-04 01:17:32 -09:00
Philip Peterson
95c2c97c6b
wip 2025-01-04 01:15:18 -09:00
Philip Peterson
a1d76b6d5b
wip 2025-01-04 01:12:38 -09:00
Philip Peterson
8218ddb930
remove caddy 2025-01-03 23:25:04 -09:00
Philip Peterson
502a5d6288
quinefoundation.com -> quineglobal.com 2025-01-03 23:19:53 -09:00