https://github.com/archef2000/webfinger
https://github.com/archef2000/webfinger
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/archef2000/webfinger
- Owner: archef2000
- License: mit
- Created: 2023-12-08T19:06:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T19:35:00.000Z (over 2 years ago)
- Last Synced: 2025-02-01T05:14:09.858Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webfinger
[](https://github.com/Archef2000/webfinger/actions/workflows/main.yml)
[Github](https://github.com/Archef2000/webfinger/)
Explanation: [webfinger.net](https://webfinger.net/)
## docker-compose
```yaml
version: "3"
services:
webfinger:
image: archef2000/webfinger:latest
container_name: webfinger
ports:
- 8080:8080/tcp
environment:
- PORT=8080
- LINKS_1_REL=http://openid.net/specs/connect/1.0/issuer
- LINKS_1_HREF=${issuer URL}
- LINKS_2_REL=${rel URL}
- LINKS_2_HREF=${issuer URL}
restart: unless-stopped
```