keter.yml updated
This commit is contained in:
parent
ad69cd5355
commit
c7e02a1c0d
@ -15,7 +15,7 @@ stanzas:
|
|||||||
args: []
|
args: []
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- testworx.tcs.ifi.lmu.de
|
- uni2work.ifi.lmu.de
|
||||||
|
|
||||||
ssl: true
|
ssl: true
|
||||||
|
|
||||||
@ -24,19 +24,22 @@ stanzas:
|
|||||||
- LDAPDN
|
- LDAPDN
|
||||||
- LDAPPW
|
- LDAPPW
|
||||||
- LDAPBN
|
- LDAPBN
|
||||||
- DUMMY_LOGIN
|
|
||||||
- DETAILED_LOGGING
|
- DETAILED_LOGGING
|
||||||
- LOG_ALL
|
- LOG_ALL
|
||||||
|
- PGUSER
|
||||||
|
- PGPASS
|
||||||
|
- PGHOST
|
||||||
|
- PGPORT
|
||||||
|
- PGDATABASE
|
||||||
|
|
||||||
# Use the following to automatically copy your bundle upon creation via `yesod
|
# Use the following to automatically copy your bundle upon creation via `yesod
|
||||||
# keter`. Uses `scp` internally, so you can set it to a remote destination
|
# keter`. Uses `scp` internally, so you can set it to a remote destination
|
||||||
# copy-to: user@host:/opt/keter/incoming/
|
# copy-to: user@host:/opt/keter/incoming/
|
||||||
copy-to: keter@testworx.tcs.ifi.lmu.de:/opt/keter/incoming/
|
copy-to: root@uni2work.ifi.lmu.de:/opt/keter/incoming/
|
||||||
copy-to-args:
|
copy-to-args: []
|
||||||
- "-P 30363"
|
|
||||||
|
|
||||||
# If you would like to have Keter automatically create a PostgreSQL database
|
# If you would like to have Keter automatically create a PostgreSQL database
|
||||||
# and set appropriate environment variables for it to be discovered, uncomment
|
# and set appropriate environment variables for it to be discovered, uncomment
|
||||||
# the following line.
|
# the following line.
|
||||||
plugins:
|
plugins: {}
|
||||||
postgres: true
|
|
||||||
|
|||||||
42
config/keter_testworx.yml
Normal file
42
config/keter_testworx.yml
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
root: ..
|
||||||
|
|
||||||
|
stanzas:
|
||||||
|
- type: webapp
|
||||||
|
|
||||||
|
# Name of your executable. You are unlikely to need to change this.
|
||||||
|
# Note that all file paths are relative to the keter.yml file.
|
||||||
|
#
|
||||||
|
# The path given is for Stack projects. If you're still using cabal, change
|
||||||
|
# to
|
||||||
|
# exec: ../dist/build/uniworx/uniworx
|
||||||
|
exec: ../dist/bin/uniworx
|
||||||
|
|
||||||
|
# Command line options passed to your application.
|
||||||
|
args: []
|
||||||
|
|
||||||
|
hosts:
|
||||||
|
- testworx.tcs.ifi.lmu.de
|
||||||
|
|
||||||
|
ssl: true
|
||||||
|
|
||||||
|
forward-env:
|
||||||
|
- LDAPURI
|
||||||
|
- LDAPDN
|
||||||
|
- LDAPPW
|
||||||
|
- LDAPBN
|
||||||
|
- DUMMY_LOGIN
|
||||||
|
- DETAILED_LOGGING
|
||||||
|
- LOG_ALL
|
||||||
|
|
||||||
|
# Use the following to automatically copy your bundle upon creation via `yesod
|
||||||
|
# keter`. Uses `scp` internally, so you can set it to a remote destination
|
||||||
|
# copy-to: user@host:/opt/keter/incoming/
|
||||||
|
copy-to: keter@testworx.tcs.ifi.lmu.de:/opt/keter/incoming/
|
||||||
|
copy-to-args:
|
||||||
|
- "-P 30363"
|
||||||
|
|
||||||
|
# If you would like to have Keter automatically create a PostgreSQL database
|
||||||
|
# and set appropriate environment variables for it to be discovered, uncomment
|
||||||
|
# the following line.
|
||||||
|
plugins:
|
||||||
|
postgres: true
|
||||||
45
config/keter_uni2work.yml
Normal file
45
config/keter_uni2work.yml
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
root: ..
|
||||||
|
|
||||||
|
stanzas:
|
||||||
|
- type: webapp
|
||||||
|
|
||||||
|
# Name of your executable. You are unlikely to need to change this.
|
||||||
|
# Note that all file paths are relative to the keter.yml file.
|
||||||
|
#
|
||||||
|
# The path given is for Stack projects. If you're still using cabal, change
|
||||||
|
# to
|
||||||
|
# exec: ../dist/build/uniworx/uniworx
|
||||||
|
exec: ../dist/bin/uniworx
|
||||||
|
|
||||||
|
# Command line options passed to your application.
|
||||||
|
args: []
|
||||||
|
|
||||||
|
hosts:
|
||||||
|
- uni2work.ifi.lmu.de
|
||||||
|
|
||||||
|
ssl: true
|
||||||
|
|
||||||
|
forward-env:
|
||||||
|
- LDAPURI
|
||||||
|
- LDAPDN
|
||||||
|
- LDAPPW
|
||||||
|
- LDAPBN
|
||||||
|
- DETAILED_LOGGING
|
||||||
|
- LOG_ALL
|
||||||
|
- PGUSER
|
||||||
|
- PGPASS
|
||||||
|
- PGHOST
|
||||||
|
- PGPORT
|
||||||
|
- PGDATABASE
|
||||||
|
|
||||||
|
# Use the following to automatically copy your bundle upon creation via `yesod
|
||||||
|
# keter`. Uses `scp` internally, so you can set it to a remote destination
|
||||||
|
# copy-to: user@host:/opt/keter/incoming/
|
||||||
|
copy-to: root@uni2work.ifi.lmu.de:/opt/keter/incoming/
|
||||||
|
copy-to-args: []
|
||||||
|
|
||||||
|
|
||||||
|
# If you would like to have Keter automatically create a PostgreSQL database
|
||||||
|
# and set appropriate environment variables for it to be discovered, uncomment
|
||||||
|
# the following line.
|
||||||
|
plugins: {}
|
||||||
@ -606,7 +606,7 @@ getSCorrR tid csh shn = do
|
|||||||
FormMissing -> return ()
|
FormMissing -> return ()
|
||||||
|
|
||||||
let
|
let
|
||||||
formTitle = MsgSheetCorrectorsTitle tid csh shn
|
-- formTitle = MsgSheetCorrectorsTitle tid csh shn
|
||||||
formText = Nothing :: Maybe (SomeMessage UniWorX)
|
formText = Nothing :: Maybe (SomeMessage UniWorX)
|
||||||
actionUrl = CSheetR tid csh shn SCorrR
|
actionUrl = CSheetR tid csh shn SCorrR
|
||||||
-- actionUrl = CSheetR tid csh shn SShowR
|
-- actionUrl = CSheetR tid csh shn SShowR
|
||||||
|
|||||||
Reference in New Issue
Block a user