Valentin Lab
dfebbd022e
new: [minecraft] support of ``properties`` option
Notice that ``whitelist`` related ``properties`` will be overriden to
make sure it is taken into account. To disable whitelist, simply
remove it by commenting the ``whitelist`` full entry in your service
``options``.
1 year ago
Valentin Lab
9afff9f304
new: [minecraft] support of ``ops`` option
1 year ago
Valentin Lab
fd651aa3a2
new: [minecraft] support of ``whitelist`` option
1 year ago
Valentin Lab
fbf9fa1529
new: [minecraft] add charm
1 year ago
Valentin Lab
b20cea0cd3
new: [gitea] allow to provide all ``app.ini`` settings through ``options``
1 year ago
Valentin Lab
185d81cb99
chg: doc: [gogocarto] update build instructions
2 years ago
Valentin Lab
3eb8198378
fix: [gogocarto] make charm compatible with running more than one service using the same charm
2 years ago
Valentin Lab
2c3f63da59
fix: chg: [gogocarto] apply healthy recommendation !minor
2 years ago
Valentin Lab
1af0c9b1f5
chg: dev: [gogocarto] de-indent code !minor
2 years ago
Valentin Lab
e57b8976bb
fix: [rsync-backup-target] allow adding ssh keys from latest version of openssh
2 years ago
Valentin Lab
d4635a7968
new: doc: [postgres] added some docs about relation's option
2 years ago
Valentin Lab
88141ea3e8
new: [solid] add charm
2 years ago
Valentin Lab
348c8bf0a5
new: [bitwarden] upgrade to ``vaultwarden`` ``1.27.0``
2 years ago
Valentin Lab
0fb4b547d0
fix: [monujo] support version ``1.0.0-rc.8`` and up.
Source url is different for version up to ``1.0.0-rc.7`` and
afterwards and needed to be adapted.
2 years ago
Valentin Lab
65e85e300e
fix: [postgres] add required dependency of ``pgm``
``coreutils`` is required to install full ``sort`` implementation
with the ``-V`` option used by ``pgm``.
2 years ago
Valentin Lab
c4b66c5669
new: [hugo] add ``hugo`` charm
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
c007240f99
fix: [base-0k] ensure that ``lsb_release`` is available
WSL2 debian's 11 doesn't provide package ``lsb_release``
2 years ago
Valentin Lab
d217e330b1
fix: [base-0k] add debian 11 compatibility fixes
2 years ago
Valentin Lab
047ddde8ba
fix: [nextcloud] try to patch onlyoffice when other error messages are caught
It seems that ``SQLSTATE`` is not displayed on all version of nextcloud. Some
version use other error messages.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
7f68c540ac
new: [monujo] support new ``1.0.0.rc.6`` config keys
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
8200afa024
new: [gogocarto] upgrade code to version ``3.4.10``
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
e5106a92e3
new: [mongo] offer ``mongosh`` indirect action through ``mongo-database`` relation
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
985efed054
fix: [cyclos] support missing relation ``web-proxy``
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
b5c4f6de37
fix: [mongo] use running mongo container with more accuray
Check the exact mount point whereas checking a parent dir allow
us to simplify the implementation of ``is_volume_used``. The new
implementation to be included in next version of compose is also
more solid (it doesn't rely on ``docker inspect`` that can stall
execution of the script if a container is stalled).
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
367dcb8b41
fix: [cyclos] make "global administration" link work when using license data changing procedure
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
94a883be93
new: doc: [cyclos] publish upgrade and licence instructions
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
5a2e5fe706
fix: [cyclos] remove need to renew password of admin at first install
Change password requirements to lower them and set expiry to 999 years.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
422b0894d6
fix: [gogocarto] remove error about missing ``dbname``
Used the new interface to traverse services and query relations.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
6d086aa80e
fix: [gogocarto] remove useless computations
It seems ``DBNAME`` is not used in the code, despite being computed.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
235d4f8913
fix: [nextcloud] make ``upgrade`` clean possibly unused old images on its way
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
421f4982b4
new: [onlyoffice] add a forced enabling of the ``onlyoffice`` app in ``nextcloud``
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
63b95117bc
new: [base] add ``yq`` to our base install
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
a7e1078a82
new: [nextcloud] add ``upgrade`` action.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
d2f73bd0ed
fix: [onlyoffice] repair migration with recent version of onlyoffice
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
5e43229ec0
chg: [nextcloud] enhance error reporting upong relation failing
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
875cbc2b38
chg: [nextcloud] enhance catching installation errors
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
87dc5da72b
new: [bind] add charm
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
e148ac5787
new: [mongo] allow upgrading by maintaining compatibility version at current version.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
949d15a0e9
fix: [mongo] make charm compatible with mongo versions >= ``4.2``
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
17c345e43a
chg: [odoo-tecnativa,compose] make ``load``, ``save`` and ``sql`` action force usage of ``no-hooks``
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
d6aebbf175
fix: [odoo-tecnativa] typos !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
1ec11bf0f4
new: [postgres] new ``sql`` indirect action
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
637b665b50
new: [radicale] add new charm.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
2dacbda763
fix: [monujo] download correct file depending on version
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
56194694de
new: [monujo] keep original source directory to avoid the need to relaunch frontends
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
f6772da054
fix: [monujo] update description of charm !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
314604682b
new: [monujo] support un-managed code version
External access and process can come and modify code without fearing of being
replaced at each ``compose up``.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
76b7d3bddb
new: [base-0k] make kalysto's deb repository installation and update stronger
When partially installed, key's were not checked and update could result
in errors due to NO_PUBKEY despite having the code to install a new key.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
374844af05
new: [monujo] add option ``version`` to set the target code version
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
91468f57df
new: [monujo] prioritize between explicit and implicit options and check for mandatory option
- enforce specifying lokapi-db in a way or another
- explicit options have priority
- add documentation on the topic and examples
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago