Hello guys
Installed latest PeerTube via Docker today, and so far it is great. Unfortunately, after enabling OTP in the User Interface, log out and trying to log in again, I am presented status code 401 instead of a field to enter the OTP.
Anything I miss?
production.yaml:
listen:
hostname: '0.0.0.0'
port: 9000
# Correspond to your reverse proxy server_name/listen configuration
webserver:
https: true
hostname: tube.redacted.com
port: 443
# Proxies to trust to get real client IP
# If you run PeerTube just behind a local proxy (nginx), keep 'loopback'
# If you run PeerTube behind a remote proxy, add the proxy IP address (or subnet)
trust_proxy:
- 'loopback'
tracker:
enabled: false
federation:
# Enable ActivityPub endpoints (inbox/outbox)
enabled: false
signup:
enabled: false
# When the total number of users in your instance reaches this limit, registrations are disabled.
# -1 == unlimited
limit: 10
minimum_age: 16 # Used to configure the signup form
# Users fill a form to register so moderators can accept/reject the registration
requires_approval: true
requires_email_verification: true
secrets:
peertube: 'redacted'