<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos-server/pkgs/by-name/ba/back, branch stalwart</title>
<subtitle>nixos-config for vhack.eu servers https://vhack.eu</subtitle>
<id>http://git.foss-syndicate.org/vhack.eu/nixos-server/atom?h=stalwart</id>
<link rel='self' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/atom?h=stalwart'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/'/>
<updated>2025-03-09T12:44:47+00:00</updated>
<entry>
<title>pkgs/back/package.nix: Include the html templates in the build source</title>
<updated>2025-03-09T12:44:47+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-03-08T23:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=0aa8da406af2bcd5246ca11abe415ee08309c531'/>
<id>urn:sha1:0aa8da406af2bcd5246ca11abe415ee08309c531</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/back/config: Also try to open a repo if a directory with `.git` exists</title>
<updated>2025-03-09T12:44:47+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-03-08T23:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=0b9b4ce453664cadedc52f46934d4ffc9dde7fe4'/>
<id>urn:sha1:0b9b4ce453664cadedc52f46934d4ffc9dde7fe4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/back: Do not store repositories in config</title>
<updated>2025-03-09T12:44:46+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-03-08T23:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=90a1b14f4f310a2e518bc9bc19253d42b4cb6bed'/>
<id>urn:sha1:90a1b14f4f310a2e518bc9bc19253d42b4cb6bed</id>
<content type='text'>
Otherwise, back will need to be restarted every time a new repository is
added or removed.
</content>
</entry>
<entry>
<title>pkgs/back/assets/style.css: Format with prettier</title>
<updated>2025-03-09T12:44:44+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-03-08T20:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=5c9e7d3f79c8b7d3842518db362e89c3ee417674'/>
<id>urn:sha1:5c9e7d3f79c8b7d3842518db362e89c3ee417674</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/back/README.md: Update to reflect current status</title>
<updated>2025-03-09T12:44:43+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-03-08T20:53:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=70f477efc73bf6038be95d712edf0d732861c67c'/>
<id>urn:sha1:70f477efc73bf6038be95d712edf0d732861c67c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgs/back: Support listing all repos via the `/` path</title>
<updated>2025-03-09T12:44:42+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-03-08T20:50:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=a9ff6e1c86ad51b3fa568ea7caa992df5db8c316'/>
<id>urn:sha1:a9ff6e1c86ad51b3fa568ea7caa992df5db8c316</id>
<content type='text'>
This change required porting all webhandling from rocket to hyper,
because we needed fine grained control over the path the user
requested. This should also improve the memory and resources footprint
because hyper is more lower level.

I also changed all of the templates from `format!()` calls to a real
templating language because I needed to touch most code paths anyway.
</content>
</entry>
<entry>
<title>pkgs/back/update.sh: Don't worry about incompatible semver changes</title>
<updated>2025-03-07T16:57:00+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-03-07T16:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=a0f75040c33de258126f7cde1f2896c2d4b4d6d5'/>
<id>urn:sha1:a0f75040c33de258126f7cde1f2896c2d4b4d6d5</id>
<content type='text'>
`back` is usually not big enough to be affected by semver incompatible
changes. (And if it's affected, fixing it is usually really simple.)
</content>
</entry>
<entry>
<title>pkgs/back/.envrc: Stop fetching when loading the shell</title>
<updated>2025-03-07T16:56:36+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-03-07T16:56:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=b53d899fba10c1661cab0ddb6bb6759d051c8200'/>
<id>urn:sha1:b53d899fba10c1661cab0ddb6bb6759d051c8200</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: Update</title>
<updated>2025-03-07T16:56:23+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-03-07T16:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=29a2990e0bb94b2dbd5403f336130aead5845889'/>
<id>urn:sha1:29a2990e0bb94b2dbd5403f336130aead5845889</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(pkgs/back): add comments to rss feed</title>
<updated>2024-12-31T00:35:55+00:00</updated>
<author>
<name>Silas Schöffel</name>
<email>sils@sils.li</email>
</author>
<published>2024-12-29T21:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/vhack.eu/nixos-server/commit/?id=a1a81e073e7c6e12195ed88874aee01150cc26d6'/>
<id>urn:sha1:a1a81e073e7c6e12195ed88874aee01150cc26d6</id>
<content type='text'>
</content>
</entry>
</feed>
