rnsrk
|
bb697d7b5d
|
adjust colorbox lib install opts
|
2024-06-17 17:01:45 +02:00 |
|
rnsrk
|
8efa3fe0b4
|
add iipmooviewer and mirador libraries
|
2024-05-22 09:14:28 +02:00 |
|
Tom Wiesing
|
b45233b87c
|
Remove unneeded error checks
|
2024-04-08 22:54:32 +02:00 |
|
Tom Wiesing
|
8235ea9105
|
Require access to Still via method
This commit adds a safeguard to accessing the still from a specific
component by requiring access via the component.GetStill method.
|
2024-04-08 22:39:32 +02:00 |
|
Tom Wiesing
|
d268728f7d
|
(exit.Error).Wrap => (exit.Error).WrapError
This commit moves from the deprecated (exit.Error).Wrap function to the
(exit.Error).WrapError instead.
|
2024-04-08 21:32:06 +02:00 |
|
Tom Wiesing
|
0ab8d3a4e4
|
Expose 'install-dompurify' and 'install-colorbox'
This commit exposes the install dompurify and install colorbox
javascript libraries via the browser.
|
2023-12-04 12:21:17 +01:00 |
|
Tom Wiesing
|
6b3460c702
|
Remove prefix from special domains
Because LE doesn't issue certs for them
|
2023-11-02 14:31:08 +01:00 |
|
Tom Wiesing
|
873fdcd5c2
|
Update to new goprogram version
|
2023-11-02 12:05:13 +01:00 |
|
Tom Wiesing
|
b91d9aae1e
|
update runtime scripts
|
2023-09-20 10:13:48 +02:00 |
|
Tom Wiesing
|
181b474c8f
|
runtime: Mount new runtime directory
This commit updates the runtime directory to include a couple of utility
scripts. These are mounted into every directory.
|
2023-09-20 10:10:48 +02:00 |
|
Tom Wiesing
|
db67342709
|
Add 'install_dompurify.sh'
|
2023-09-19 14:11:23 +02:00 |
|
Tom
|
ddb4bb3546
|
Add support for provisioning and rebuilding via interface
|
2023-07-13 10:05:16 +02:00 |
|
Tom
|
e207496229
|
Properly name the fontawesome script
|
2023-07-04 13:59:59 +02:00 |
|
Tom
|
430a3d7286
|
Add install_fontawesome.sh script
|
2023-07-04 13:22:35 +02:00 |
|
Tom Wiesing
|
154f9a93ea
|
barrel: Use default value for base image
|
2023-06-30 12:42:07 +02:00 |
|
Tom Wiesing
|
d114c8fafe
|
Add support for php 8.1
This commit adds optional support for basing images on php 8.1 as
opposed to php 8.0.
|
2023-06-29 14:52:12 +02:00 |
|
Tom Wiesing
|
ed00ef7aff
|
Fix regression: Wrong arguments to FPrintln
|
2023-03-15 10:29:10 +01:00 |
|
Tom Wiesing
|
2493cbb078
|
pkg/logging: Remove unneeded argument
|
2023-03-13 13:24:19 +01:00 |
|
Tom Wiesing
|
d7847b5d69
|
logging: Replace functions by native equivalents
|
2023-03-13 13:19:32 +01:00 |
|
Tom Wiesing
|
1855090f26
|
Initial support for native docker client
This commit updates the implementation to use a native docker client as
opposed to calling an external executable.
|
2023-03-07 09:45:20 +01:00 |
|
Tom Wiesing
|
473040a69f
|
Remove environment.Environment struct
This commit completely removes the environment struct as it is no longer
used.
|
2023-03-02 12:52:51 +01:00 |
|
Tom Wiesing
|
45540ab253
|
pkg/environment: Remove some file-based functions
This commit removes certain file-based functions from 'pkg/environment',
continuing the migration to entirely remove the package.
|
2023-03-02 11:15:15 +01:00 |
|
Tom Wiesing
|
945329a080
|
Move to yaml-based configuration
This commit updates the configuration to be yaml-based and updates the
configuration to read in a yaml file.
|
2023-02-25 09:14:56 +01:00 |
|
Tom Wiesing
|
2384ee0841
|
admin: Add purge interface
This commit adds a new option to the admin interface to purge an
instance. This requires the user to manually confirm the name of the
instance.
|
2023-01-16 18:22:13 +01:00 |
|
Tom Wiesing
|
bcd1805001
|
Add SSH Key Management
|
2023-01-15 19:41:00 +01:00 |
|
Tom Wiesing
|
0bb7f99fa3
|
instances/create: Add restricted slugs
|
2023-01-11 11:00:26 +01:00 |
|
Tom Wiesing
|
66e57183d6
|
User Management: Fix regressions
|
2023-01-10 14:20:48 +01:00 |
|
Tom Wiesing
|
73d821e320
|
sql: Refactor use of tables
|
2023-01-09 10:24:24 +01:00 |
|
Tom Wiesing
|
69b6579de7
|
Add initial implementation of grants
|
2023-01-06 18:59:09 +01:00 |
|
Tom Wiesing
|
337a5fbeba
|
pool: Reddo component-like fields
|
2022-12-22 13:49:05 +01:00 |
|
Tom Wiesing
|
aefde6eec2
|
fix typos in messages
|
2022-12-08 10:36:07 +01:00 |
|
Tom Wiesing
|
6f1ba24761
|
Update logging behavior
|
2022-12-01 12:42:04 +01:00 |
|
Tom Wiesing
|
3b78b06fff
|
wdcli: Use progress writer instead of IOStream
|
2022-11-30 13:17:12 +01:00 |
|
Tom Wiesing
|
3455f491ca
|
Add context
This commit adds and passes context around to (almost) every function.
This allows cancelling (almost) every function call globally.
|
2022-11-29 15:32:31 +01:00 |
|
Tom Wiesing
|
42b8cbd865
|
Move WissKI Parts to new ingredients system
|
2022-11-16 13:07:14 +01:00 |
|
Tom Wiesing
|
b5b1ce2340
|
internal/component => internal/dis/component
|
2022-11-16 13:07:14 +01:00 |
|