Add AUR link and update caddy config

This commit is contained in:
2026-01-23 00:01:19 -05:00
parent 1b315c53b0
commit abc8c77c8e

View File

@@ -36,13 +36,22 @@ Below is my [Caddy][6] file config for phanpy.
```Caddyfile ```Caddyfile
http://phanpy.{$PRIVATE_ONION} { http://phanpy.{$PRIVATE_ONION} {
header { @firstreq {
Content-Security-Policy "default-src 'self' 'unsafe-inline' social.balki.me wss://social.balki.me data: ;" path /
Referrer-Policy same-origin header !Referer
} }
reverse_proxy /wrap/* localhost:3242
root * /var/www/phanpy/ redir @firstreq /wrap/index.html
file_server
header {
Content-Security-Policy "default-src 'self' 'unsafe-inline' social.balki.me wss://social.balki.me data: ;"
Referrer-Policy same-origin
}
reverse_proxy /wrap/* unix//run/rls.sock
root * /usr/share/webapps/phanpy/
file_server
} }
``` ```
@@ -61,6 +70,10 @@ Let me know at `@balki@balki.me` in fediverse, if you find it useful
```bash ```bash
go install go.balki.me/remote-local-storage@latest go install go.balki.me/remote-local-storage@latest
``` ```
### AUR
- https://aur.archlinux.org/packages/remote-local-storage-git
- (PKGBUILD) https://gitea.balki.me/balki-aur/remote-local-storage
--- ---