about summary refs log tree commit diff
path: root/bskyweb/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* rebased embedr (#3511)bnewbold2024-04-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * skeleton of embedr service, based on bskyweb * embedr container setup * builds on this branch * actual routes * fix embedr go:embed * tweak embedr dockerfile * progress on embedr * fix path params * tweaks to build process * try to get embedr dockerfile to install embed deps * build this branch * updates to match sam's output HTML * try to unbreak embedr dockerfile * small embedr tweak * docker hack * get embed.js copied over to embedr * don't x-frame-options for embed.bsky.app * bskyembed: remove a console.log * use html/template for golang snippet generation * simplify embedr API fetches * missing file * Rm console.log fully --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* bskyweb: update golang indigo dep (from May!), and some small devex tweaks ↵bnewbold2023-12-181-1/+1
| | | | | | | | | | | | | (#2227) * bskyweb: update deps to current indigo * bskyweb: refactor handles to flatten control flow, and update to current indigo * go Makefile: remove --debug (not working) * bskyweb: default to public appview API instance * make: do internationalization build as part of build-web
* update golang to v1.21; set GOEXPERIMENT=loopvar (#1256)bnewbold2023-08-281-0/+3
| | | | | * golang: update to v1.21, and set GOEXPERIMENT=loopvar * golang: go mod tidy
* bskyweb: run-dev-bskyweb in debug mode (#827)bnewbold2023-05-311-1/+1
|
* Basic golang CI setup (#360)bnewbold2023-03-271-0/+42
* bskyweb: Makefile and dev env This matches the setup for local dev testing in atproto and indigo repos. * gitignore: don't ignore self and .github/ * CI: golang build+test and lint actions * bskyweb: better use of godotenv A recent change from indigo. * prettier: ignore top-level app.json * CI: bump from golang 1.19 to 1.20 * bskyweb: update to golang 1.20