No description
- Go 93%
- Dockerfile 5.3%
- Just 1.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| db.go | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| Justfile | ||
| main.go | ||
| readme.md | ||
icons-proxy
Web proxy server for icon services (simpleicons, dashboard-icons and selfhost-icons).
Usage
While the server is running, open http://{SERVER_URL}/{source}/{icon} in the browser, where:
- source can be
di,siorshfor dashboard-icons, simpleicons or selfhost-icons respectively. - icon is just the name for that source service.
Install
docker pull git.tsivinsky.com/tsivinsky/icons-proxy:latest
or with Go command
go install tsivinsky.com/x/icons-proxy
Run
docker run -it \
-p 5000:5000 \
--name icons-proxy \
-v ./db:/db \
-e DATABASE_PATH=/db/sqlite.db \
git.tsivinsky.com/tsivinsky/icons-proxy:latest