loculus-project / loculus

An open-source software package to power microbial genomic databases
https://loculus.org
GNU Affero General Public License v3.0
37 stars 2 forks source link

make it possible to disable the submit workflow on the website #3223

Closed fengelniederhammer closed 6 days ago

fengelniederhammer commented 1 week ago

resolves #3211

preview URL: https://3211-make-it-possible-to.loculus.org/

Summary

Adds 3 new config values in the values.yaml:

website:
  websiteConfig:
    enableLoginNavigationItem: false
    enableSubmissionNavigationItem: false
    enableSubmissionPages: false

Screenshot

Locally, when setting all new config values to false: grafik

PR Checklist