aboutsummaryrefslogtreecommitdiff
path: root/gomod2nix.toml
AgeCommit message (Collapse)AuthorFilesLines
2025-04-20docker buildx bakeXe Iaso1-162/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-24remove dependencyXe Iaso1-3/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-24update within.website/xXe Iaso1-4/+13
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-24cmd: import twirp-openapi-gen, fix some bugsXe Iaso1-7/+7
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-18add an external APIXe Iaso1-0/+33
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-12rip out tsnet for goodXe Iaso1-225/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-12cmd/patreon-saasproxy: rip out tsnetXe Iaso1-92/+86
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-12fix build?Xe Iaso1-10/+10
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-12cmd/patreon-saasproxy: use twirp/protobuf instead of yolo jsonXe Iaso1-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-01cmd/no-way-to-prevent-this: fabricate a new name every timeXe Iaso1-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-02-01fix go.sumXe Iaso1-0/+21
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-01-30update dependenciesXe Iaso1-94/+94
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-11-06Merge remote-tracking branch ↵Xe Iaso1-2/+2
'origin/dependabot/go_modules/github.com/go-git/go-git/v5-5.10.0'
2023-11-06build(deps): bump within.website/x from 1.7.0 to 1.8.3dependabot[bot]1-19/+22
Bumps [within.website/x](https://github.com/Xe/x) from 1.7.0 to 1.8.3. - [Release notes](https://github.com/Xe/x/releases) - [Commits](https://github.com/Xe/x/compare/v1.7.0...v1.8.3) --- updated-dependencies: - dependency-name: within.website/x dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03cmd/xesite: debounce rebuild eventsXe Iaso1-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27gomod2nixXe Iaso1-0/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-27cmd/xesite: automatic rebuilding in development modeXe Iaso1-0/+3
Whenever changes are made to the website and development mode, automatically rebuild it for you. This should save me a lot of time. Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-10-24build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0Xe Iaso1-8/+8
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-30Xesite V4 (#723)Xe Iaso1-0/+315
* scripts/ditherify: fix quoting Signed-off-by: Xe Iaso <me@xeiaso.net> * clean up some old files Signed-off-by: Xe Iaso <me@xeiaso.net> * import site into lume Signed-off-by: Xe Iaso <me@xeiaso.net> * initial go code Signed-off-by: Xe Iaso <me@xeiaso.net> * move vods index to top level Signed-off-by: Xe Iaso <me@xeiaso.net> * remove the ads Signed-off-by: Xe Iaso <me@xeiaso.net> * internal/lume: metrics Signed-off-by: Xe Iaso <me@xeiaso.net> * delete old code Signed-off-by: Xe Iaso <me@xeiaso.net> * load config into memory Signed-off-by: Xe Iaso <me@xeiaso.net> * autogenerate data from dhall config Signed-off-by: Xe Iaso <me@xeiaso.net> * various cleanups, import clackset logic Signed-off-by: Xe Iaso <me@xeiaso.net> * Update signalboost.dhall (#722) Added myself, and also fixed someone’s typo * Add Connor Edwards to signal boost (#721) * add cache headers Signed-off-by: Xe Iaso <me@xeiaso.net> * move command to xesite folder Signed-off-by: Xe Iaso <me@xeiaso.net> * xesite: listen for GitHub webhook push events Signed-off-by: Xe Iaso <me@xeiaso.net> * xesite: 5 minute timeout for rebuilding the site Signed-off-by: Xe Iaso <me@xeiaso.net> * xesite: add rebuild metrics Signed-off-by: Xe Iaso <me@xeiaso.net> * xesite: update default variables Signed-off-by: Xe Iaso <me@xeiaso.net> * don't commit binaries oops lol Signed-off-by: Xe Iaso <me@xeiaso.net> * lume: make search have a light background Signed-off-by: Xe Iaso <me@xeiaso.net> * add a notfound page Signed-off-by: Xe Iaso <me@xeiaso.net> * fetch info from patreon API Signed-off-by: Xe Iaso <me@xeiaso.net> * create contact page Signed-off-by: Xe Iaso <me@xeiaso.net> * Toot embedding Signed-off-by: Xe Iaso <me@xeiaso.net> * attempt a docker image Signed-off-by: Xe Iaso <me@xeiaso.net> * lume: fix deno lock Signed-off-by: Xe Iaso <me@xeiaso.net> * add gokrazy post Signed-off-by: Xe Iaso <me@xeiaso.net> * cmd/xesite: go up before trying to connect to the saas proxy Signed-off-by: Xe Iaso <me@xeiaso.net> * blog: add Sine post/demo Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: bri <284789+b-@users.noreply.github.com> Co-authored-by: Connor Edwards <38229097+cedws@users.noreply.github.com>