diff --git a/config/keter.yml b/config/keter.yml deleted file mode 120000 index 3b8c9db84..000000000 --- a/config/keter.yml +++ /dev/null @@ -1 +0,0 @@ -keter_testworx.yml \ No newline at end of file diff --git a/config/keter_testworx.yml b/config/keter_testworx.yml deleted file mode 100644 index 91d90e156..000000000 --- a/config/keter_testworx.yml +++ /dev/null @@ -1,77 +0,0 @@ -# SPDX-FileCopyrightText: 2022 Gregor Kleen ,Steffen Jost -# -# SPDX-License-Identifier: AGPL-3.0-or-later - -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: - - LDAPHOST - - LDAPTLS - - LDAPPORT - - LDAPUSER - - LDAPPASS - - LDAPBASE - - LDAPSCOPE - - LDAPSEARCHTIME - - LDAPSTRIPES - - LDAPTIMEOUT - - LDAPLIMIT - - DUMMY_LOGIN - - DETAILED_LOGGING - - LOG_ALL - - LOGLEVEL - - ALLOW_DEPRECATED - - PWFILE - - CRYPTOID_KEYFILE - - IP_FROM_HEADER - - MAILFROM_NAME - - MAILFROM_EMAIL - - MAILOBJECT_DOMAIN - - SMTPHOST - - SMTPPORT - - SMTPSSL - - SMTPUSER - - SMTPPASS - - SMTPTIMEOUT - - SMTPLIMIT - - MAILSUPPORT - - MAILSUPPORT_NAME - - INSTANCE_ID - - MEMCACHEDHOST - - MEMCACHEDPORT - - MEMCACHEDLIMIT - - MEMCACHEDTIMEOUT - - MEMCACHEDROOT - - MEMCACHEDEXPIRATION - -# 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 diff --git a/config/keter_uni2work.yml b/config/keter_uni2work.yml deleted file mode 100644 index f21122ec3..000000000 --- a/config/keter_uni2work.yml +++ /dev/null @@ -1,79 +0,0 @@ -# SPDX-FileCopyrightText: 2022 Gregor Kleen ,Steffen Jost -# -# SPDX-License-Identifier: AGPL-3.0-or-later - -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: - - LDAPHOST - - LDAPTLS - - LDAPPORT - - LDAPUSER - - LDAPPASS - - LDAPBASE - - LDAPSCOPE - - LDAPSEARCHTIME - - LDAPSTRIPES - - LDAPTIMEOUT - - LDAPLIMIT - - DETAILED_LOGGING - - LOG_ALL - - LOGLEVEL - - ALLOW_DEPRECATED - - PWFILE - - CRYPTOID_KEYFILE - - IP_FROM_HEADER - - MAILFROM_NAME - - MAILFROM_EMAIL - - MAILOBJECT_DOMAIN - - SMTPHOST - - SMTPPORT - - SMTPSSL - - SMTPUSER - - SMTPPASS - - SMTPTIMEOUT - - SMTPLIMIT - - MAILSUPPORT - - MAILSUPPORT_NAME - - INSTANCE_ID - - MEMCACHEDHOST - - MEMCACHEDPORT - - MEMCACHEDLIMIT - - MEMCACHEDTIMEOUT - - MEMCACHEDROOT - - MEMCACHEDEXPIRATION - - -# 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: - postgres: - - server: uniworxdb - port: 5432 diff --git a/gup/Gupfile b/gup/Gupfile deleted file mode 100644 index d2db73f2f..000000000 --- a/gup/Gupfile +++ /dev/null @@ -1,4 +0,0 @@ -cabal2nix.gup: - *.nix -hpack.gup: - *.cabal \ No newline at end of file diff --git a/gup/Gupfile.license b/gup/Gupfile.license deleted file mode 100644 index 0544bf968..000000000 --- a/gup/Gupfile.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2022 Gregor Kleen - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/gup/cabal2nix.gup b/gup/cabal2nix.gup deleted file mode 100755 index 9854cec0e..000000000 --- a/gup/cabal2nix.gup +++ /dev/null @@ -1,8 +0,0 @@ -#! /usr/bin/env nix-shell -#! nix-shell -i zsh -p zsh haskellPackages.cabal2nix - -gup -u ${2:r}.cabal - -cd ${2:h} - -cabal2nix . > $1 diff --git a/gup/cabal2nix.gup.license b/gup/cabal2nix.gup.license deleted file mode 100644 index 0544bf968..000000000 --- a/gup/cabal2nix.gup.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2022 Gregor Kleen - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/gup/hpack.gup b/gup/hpack.gup deleted file mode 100755 index 9e1052b02..000000000 --- a/gup/hpack.gup +++ /dev/null @@ -1,6 +0,0 @@ -#! /usr/bin/env nix-shell -#! nix-shell -i sh -p haskellPackages.hpack - -gup -u package.yaml - -hpack - >$1 \ No newline at end of file diff --git a/gup/hpack.gup.license b/gup/hpack.gup.license deleted file mode 100644 index 0544bf968..000000000 --- a/gup/hpack.gup.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2022 Gregor Kleen - -SPDX-License-Identifier: AGPL-3.0-or-later