Skip to content

Commit

Permalink
install theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fekad committed Feb 7, 2024
1 parent bb763bf commit 9c2c2ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/indico/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
replicaCount: 1

image:
repository: gitlab-registry.mpcdf.mpg.de/nomad-lab/mpcdf-kubernetes/indico
repository: ghcr.io/fairmat-nfdi/fairmat-indico-chart
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "main"

imagePullSecrets: []

Expand Down
10 changes: 6 additions & 4 deletions config/indico.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# General settings
SQLALCHEMY_DATABASE_URI = 'postgresql://username:password@indico-db-1/indico'
SQLALCHEMY_DATABASE_URI = 'postgresql://username:password@db/indico'
SECRET_KEY = b'\x8fx\xfc=\x19V\x9a\n"\x14\xa1\xb3}i\xa2\xd8\xd6qS\x02T \x96d\x8c8\x08\x97\xdf\x18\xe1\x94'
BASE_URL = 'http://localhost:59999'
CELERY_BROKER = 'redis://indico-redis-1:6379/0'
REDIS_CACHE_URL = 'redis://indico-redis-1:6379/1'
BASE_URL = 'http://localhost'
CELERY_BROKER = 'redis://redis:6379/0'
REDIS_CACHE_URL = 'redis://redis:6379/1'
DEFAULT_TIMEZONE = 'Europe/Berlin'
DEFAULT_LOCALE = 'en_GB'
ENABLE_ROOMBOOKING = False
Expand All @@ -13,6 +13,8 @@ LOG_DIR = '/opt/indico/log'
STORAGE_BACKENDS = {'default': 'fs:/opt/indico/archive'}
ATTACHMENT_STORAGE = 'default'

PLUGINS = ['themes_fairmat', 'prometheus', 'previewer_jupyter', 'previewer_code']

# Email settings
SMTP_SERVER = ('smtp.example.com', 25)
SMTP_USE_TLS = True
Expand Down
3 changes: 2 additions & 1 deletion image/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uwsgi
indico
indico-plugins
indico-plugins
indico-plugin-themes-fairmat @ git+https://github.com/FAIRmat-NFDI/fairmat-indico-theme@main

0 comments on commit 9c2c2ab

Please sign in to comment.