├── Dockerfile ├── README.md ├── etc └── litestream.yml ├── fly.toml ├── go.mod ├── go.sum ├── main.go └── scripts └── run.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerSustare/pocketbase-framework-litestream/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerSustare/pocketbase-framework-litestream/HEAD/README.md -------------------------------------------------------------------------------- /etc/litestream.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerSustare/pocketbase-framework-litestream/HEAD/etc/litestream.yml -------------------------------------------------------------------------------- /fly.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerSustare/pocketbase-framework-litestream/HEAD/fly.toml -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerSustare/pocketbase-framework-litestream/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerSustare/pocketbase-framework-litestream/HEAD/go.sum -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerSustare/pocketbase-framework-litestream/HEAD/main.go -------------------------------------------------------------------------------- /scripts/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TylerSustare/pocketbase-framework-litestream/HEAD/scripts/run.sh --------------------------------------------------------------------------------