jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

[Feature Request] Move some Docker Variables to Admin Page #63

Closed wills106 closed 5 months ago

wills106 commented 5 months ago

Would it be possible to move the following to the admin page? WT_REGISTRATION_DISABLED="false" WT_SOCIALS_DISABLED="false"

This would save having to restart the Docker container.

It might also be worth having an option for each user if WT_SOCIALS_DISABLED is false globally, they can still disable if they wish.

This way the admin can determine if socials are allowed or not at a server level. If socials are allowed, then a user can still remove the option to do so if they wish.

jovandeginste commented 5 months ago

Good idea

jovandeginste commented 5 months ago

Partially solved with #77 (the user-setting is implemented)