You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces the ability to create a banner for users on the web, using
the YEETFILE_BANNER environment variable. This banner appears for logged
in users only, and can be permanently cleared by the user.
| YEETFILE_PROFILING | Enables server profiling on http://localhost:6060| 0 |`1` to enable, `0` to disable (default) |
351
351
| YEETFILE_ALLOW_INVITES | Allows the YeetFile instance admin to send unique invite codes to email addresses -- must also set `YEETFILE_SERVER_PASSWORD` and setup outgoing email (see [Misc Environment Variables](#misc-environment-variables)) | 0 |`1` to enable, `0` to disable (default) |
352
+
| YEETFILE_BANNER | Can be set to a string value that will appear as an info bannner for any users logged in on the web. || Any string |
0 commit comments