dan-online / autopulse

💫 automated scanning tool that bridges media organizers such as Sonarr and Radarr with media servers such as Plex and Jellyfin
https://autopulse.dancodes.online
MIT License
127 stars 5 forks source link

feat(auth): disable auth option #93

Closed dan-online closed 1 week ago

dan-online commented 1 week ago

Description

auth:
  enabled: false
$ curl -X POST http://localhost:2875/login
{"status":"ok"}

Ref #92

Type of change