webfinger

command module
v0.0.0-...-cabc5de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 8 Imported by: 0

README

webfinger

Docker WebFinger build

Github

Explanation: webfinger.net

docker-compose

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL