Commit Graph

60 Commits

Author SHA1 Message Date
Rico 300e2b1506
add mariadb bundle 2022-05-18 15:51:11 +02:00
Rico 66984d1359
letsencrypt: moved to rsa as key also
some apps may not work with ECC certificates, e.g. some iOS apps
2022-03-05 18:24:57 +01:00
Rico 110f55291e
nginx: add fpm.conf 2022-03-05 17:08:17 +01:00
Rico 53c1568f80
php: enable memcached apcu module in php.ini for php cli
this is required for nextclouds occ tool
2022-03-05 16:15:05 +01:00
Franzi 5f5de3f109
bundles/elasticsearch: add override.conf 2022-02-25 15:10:47 +01:00
Franzi 908a6420b3
bundles/users: set cascade_skip=False if user has a password set 2022-02-25 15:05:05 +01:00
Franzi 2e94aabfa6
bundles/users: unset PROMPT_COMMAND 2022-02-25 15:04:49 +01:00
Franzi 421b27b6a7
bundles/basic: install kitty-terminfo instead of manually deploying a terminfo file 2022-02-25 15:04:15 +01:00
Franzi 2e907264fd
add bundle:elasticsearch 2022-01-09 22:04:11 +01:00
Rico 082b1fa07d
redis: add monit integration 2022-01-04 13:43:34 +01:00
Rico 2cbe3e3b53
monit: fix service name definition 2022-01-04 13:43:15 +01:00
Rico d317ef17d0
openssh: add monit integration 2022-01-04 13:37:32 +01:00
Rico d5195f3355
monit: remove sshd monitoring 2022-01-04 13:37:24 +01:00
Rico 424e2948f8
openldap: add monit integration 2022-01-04 13:34:04 +01:00
Rico 13805532bd
monit: add option to check a port without a specific protocol
monit does not support all the protocol we use, e.g. ldaps. therefore we can
only use a generic tcp check for some ports.
2022-01-04 13:33:50 +01:00
Rico 00d9152007
ldap-frontend: add monit integration 2022-01-04 13:19:27 +01:00
Rico 201487549e
postfix: add monit integration 2022-01-04 13:15:54 +01:00
Rico 917d2b9a2c
monit: remove postfix check; sort service items 2022-01-04 13:15:36 +01:00
Rico 2960c1d5d8
nginx: remove telegraf and icinga2 metadata reactors 2022-01-04 12:01:42 +01:00
Rico 210eb40aa6
nginx: do not check port 80 explicitely with monit 2022-01-04 12:00:50 +01:00
Rico 18b2ebbcc0
nginx: check http/s connections with monit 2022-01-04 12:00:15 +01:00
Rico 8afbfeb1e7
monit: add option to check http connections for various services 2022-01-04 11:59:44 +01:00
Rico 1cb94a0d32
nginx: check port 80 with monit! 2022-01-04 11:41:21 +01:00
Rico 65871f1d13
monit: add option to check ports for a specific service 2022-01-04 11:41:08 +01:00
Rico d8765f63a5
nginx: monitor service with monit 2022-01-04 11:26:52 +01:00
Rico 84df834f07
monit: add option to add checks for various services 2022-01-04 11:26:39 +01:00
Rico edb49b9a09
monit: add bundle with base config 2022-01-04 11:17:00 +01:00
Rico d67869aaf6
postfix: update set formatting in items.py 2022-01-03 13:47:07 +01:00
Rico b442d54746
postfix: install postfix apt package via metadata default rather than via items.py 2022-01-03 13:44:59 +01:00
Rico 9fa03363d2
postfix: adjust tls_CA* options to Debian 2021-12-29 23:36:48 +01:00
Rico 9385b71fbb
postfix: add smtpd_relay_restrictions parameter 2021-12-29 23:33:49 +01:00
Rico 90ae486805
postfix: initial bundle 2021-12-29 23:26:51 +01:00
Franzi 414b57d3db
bundles/ldap-frontend: needs translations now 2021-12-23 09:23:52 +01:00
Franzi d0b703a137
bundles/systemd-networkd: remove unneeded bridge/bond stuff 2021-12-22 07:46:43 +01:00
Franzi 2c6073854b
cleanup some more kunsi leftovers 2021-12-22 07:41:50 +01:00
Franzi 4c55f0878d
bundles/ldap-frontend: use proper FLASK_SECRET_KEY 2021-12-22 07:35:36 +01:00
Franzi 121f49a828
add ldap frontend 2021-12-22 07:35:19 +01:00
Rico 6543d1eba4
nextcloud: install imagemagick-6.q16 package as it seems to be quired to get svg previews in nextcloud as well 2021-12-21 18:14:16 +01:00
Rico c8dca11f1a
basic: add xterm-kitty file for integration with the kitty terminal emulator 2021-12-21 18:04:17 +01:00
Rico e40d504cc2
sudo: move package installation to items.py, remove pacman integration 2021-12-21 17:43:40 +01:00
Rico 9dfc86ca99
redis: cleanup bundle 2021-12-21 17:38:12 +01:00
Rico df0fe96f34
postgresql: cleanup bundle 2021-12-21 17:36:34 +01:00
Rico 592cacb7b8
openssh: remove pacman references 2021-12-21 17:23:18 +01:00
Rico c87ab57e1d
nginx: fix owner username of some files 2021-12-21 17:22:57 +01:00
Rico 927a8f2e0c
nginx: remove icinga2, telegraf and pacman references 2021-12-21 17:16:50 +01:00
Rico 1b1c5a8502
nftables: remove pacman references 2021-12-21 17:10:30 +01:00
Rico 8f894ff955
letsencrypt: remove pacman reference 2021-12-21 17:07:36 +01:00
Rico 2c23704f08
basic: cleanup bundle for usage in this repo 2021-12-21 17:06:27 +01:00
Rico 028aeef8db
apt: cleanup bundle for usage in this repo 2021-12-21 17:00:20 +01:00
Rico 1f73b04351
cp over all the bundles from kunsis bw repo 2021-12-21 15:56:24 +01:00