Boris Gallet
54c5013e5b
new: [docker-host] add yaml.nanorc to handle coloration with yml file in nano
7 months ago
Boris Gallet
b8ceb65e04
new: [nextcloud] remove default skeleton directory
9 months ago
Valentin Lab
1bf4d44396
new: [rsync-backup-target] add ``ssh-key {enable|disable} IDENT`` admin command
7 months ago
Valentin Lab
dc5c6ab48f
new: [docker-host] add ``ntfy`` installation and connection
8 months ago
Valentin Lab
6a832b66c4
fix: [nextcloud] check correctly for existing version
7 months ago
Valentin Lab
713bea982f
fix: [cron] prevent error to be stored in cache
7 months ago
Valentin Lab
91bfd7ba9b
fix: [gogocarto] improve solidity of cron scripts facing the ``no-matching-entries`` bug
8 months ago
Valentin Lab
64185ac9b2
new: [collabora] update version to ``2305.9.4``
9 months ago
Valentin Lab
9aae43b4b0
fix: [odoo-tecnativa] support restoring large database file
9 months ago
Valentin Lab
bfc44a0af0
new: [apache,cyclos,mongo,piwigo] replace ``service_base_docker_image`` with ``service_ensure_image_ready`` for compatibility with compose ``1.7.1``
9 months ago
Valentin Lab
ef093ed92b
chg: [mongo] make ``backup`` relation "recommended".
9 months ago
Valentin Lab
d7d24c0499
new: [rsync-backup-target] improve error messages !minor
9 months ago
Valentin Lab
9c9ee32662
fix: [cron] make cron build again
This involves a deep upgrade. Changing base distribution from debian
towards alpine, and changing the way the schedule-command relation is
handled. Consequences:
- size of image went from 195MB to 45MB
- build process simplified (only one small ``Dockerfile``)
- dependencies are not in the charm anymore but fetched on build
from our download server
- local cron business intelligence was moved in the cron charm
- extreme simplification for implementing run-once charms relation with
cron.
- some simplification for charms that adds some intelligence on their
side.
9 months ago
Boris Gallet
3b141035d9
fix: [rallly] add missing ``version_gt``
10 months ago
Boris Gallet
f832fee630
new: doc: [Hedgedoc] add README to manage users with cli tool
10 months ago
Valentin Lab
d1d1a3d281
fix: [apache] correct small but important doc typo about ssh tunnel functionality
10 months ago
Valentin Lab
22e69d79d5
new: doc: [rocketchat] add sentence to stress the limitation of the migration mecanism
10 months ago
Valentin Lab
8b46dce6cb
new: [apache] improve domain specification and provide service to domain mapping facility
10 months ago
Valentin Lab
93d0d9167c
fix: [apache] support of new rust implementation of ``shyaml``
10 months ago
Valentin Lab
c3f8536482
fix: dev: [apache] repair tests
10 months ago
Valentin Lab
5e587761a9
new: doc: add notes on login and password policy of charms
10 months ago
Valentin Lab
c7bb477d30
new: doc: add notes about types of charms
10 months ago
Valentin Lab
2c2c46424d
new: dev: [nextcloud] rewrite all database values in config file
This is dubious as if we need to change more than the password, than
usually this means we need a full reinstall mode of nextcloud.
10 months ago
Valentin Lab
517accd882
new: [nextcloud] remove the need to call ``occ`` in ``web-proxy`` relation
10 months ago
Valentin Lab
beb2fd46f7
new: [nextcloud,letsencrypt] make actions ``crt`` and ``occ`` avoid requiring hooks to be run
10 months ago
Valentin Lab
49ec4b8d99
new: [odoo] add ``dbfilter`` option
10 months ago
Valentin Lab
4bd78b5d3a
new: [nextcloud,mariadb,postgres] add ``sql-database`` relation support
11 months ago
Valentin Lab
7fe805ab03
fix: [nextcloud] remove management of trusted domain to allow usage without proxy
Trusted domain functionality is to avoid host poisining attacks, but
when using web-proxy, it is useless. And when not using proxy it's not
open to internet.
11 months ago
Valentin Lab
421c0b333f
fix: [nexcloud] remove ``required`` on ``web-proxy`` relation
11 months ago