about summary refs log tree commit diff
path: root/bskyweb/example.env
Commit message (Collapse)AuthorAgeFilesLines
* 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
* bskyweb: switch from PDS backend to AppView backend (#1065)bnewbold2023-08-241-3/+1
| | | | | * bskyweb: replace PDS with AppView (no auth) * bskyweb: update example .env files for appview
* bskyweb: proof-of-concept golang daemon to serve SPA (#275)bnewbold2023-03-141-0/+4
* gitignore: /dist/ * bskyweb: initial work-in-progress * bskyweb: import icons from bluesky-website * bskyweb: switch to pongo2 templates; iterate on views * bskyweb: example.env (and docs) * bskyweb: go fmt * bskyweb: remove plan file * bskyweb: README: tweak formatting * prettier: ignore /dist/, bskyweb templates --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>