Commit graph

1102 commits

Author SHA1 Message Date
Daniel Siepmann 907efdc811
Document login procedure for mattermost 2024-07-25 08:26:45 +02:00
Daniel Siepmann cc45cc6007
Add another locale for customer projects 2024-07-25 08:26:36 +02:00
Daniel Siepmann 48a986c790
Bring back another neovim mergetool
I mostly prefer the very basic nvim.
But sometimes I like to have the more complex 3 way merge.
2024-07-25 07:44:35 +02:00
Daniel Siepmann 930150b1d1
Add user to mysql to tail logs
Also add comments why user is in certain groups
2024-07-24 15:31:08 +02:00
Daniel Siepmann f90a20e807
Fix indentation of comment 2024-07-24 15:30:59 +02:00
Daniel Siepmann 603273849d
Add locale used by one customer project 2024-07-24 15:29:57 +02:00
Daniel Siepmann 07c07f52f7
Navigate to nixpkgs folder within tmux system session 2024-07-24 15:29:31 +02:00
Daniel Siepmann 90de58ea11
Update projects 2024-07-24 09:34:01 +02:00
Daniel Siepmann c261d275b8
Only backup every 30 minutes
It increases system load and starts the fan.
I don't need backups that often, so reduce timing.
2024-07-24 09:33:28 +02:00
Daniel Siepmann 794d777331
Add NixOS Options Firefox search 2024-07-23 08:34:43 +02:00
Daniel Siepmann f2031bb8df
Fix broken PHPDoc Block indentation 2024-07-23 08:34:28 +02:00
Daniel Siepmann 1adcabc8ea
Update docker registry token 2024-07-22 07:44:24 +02:00
Daniel Siepmann 8cd4699326
Remove sound.enable option
See upstream commit which removed the option:
3eeff54780
2024-07-19 12:57:17 +02:00
Daniel Siepmann 17c4a61f8b
Migrate common system config to module 2024-07-11 22:18:49 +02:00
Daniel Siepmann a76c4ab434
Create subfolder for modules shared between systems
As I might add more modules
2024-07-11 22:13:47 +02:00
Daniel Siepmann cce183abed
Reduce long_query_time 2024-07-10 08:37:11 +02:00
Daniel Siepmann 68b1cec2d5
Make PHP code compatible with older PHP versions 2024-07-10 08:26:56 +02:00
Daniel Siepmann c11d8cb0b2
Increase parallel export requests 2024-07-09 07:36:02 +02:00
Daniel Siepmann 5c83d7804d
Ignore another exception based on broken data 2024-07-08 16:17:24 +02:00
Daniel Siepmann 0ceedde8c7
Match project config with production 2024-07-08 16:09:09 +02:00
Daniel Siepmann 676dee2b36
Add new wrapper to start system session 2024-07-08 15:01:52 +02:00
Daniel Siepmann 2ea56acc94
Reduce facility of TYPO3 log entries
Some entries are expected, see inline comment.
I reduce their syslog facility to not clutter the journalctl log.
2024-07-08 14:42:16 +02:00
Daniel Siepmann 488101844f
Increase max children for php fpm 2024-07-08 14:27:36 +02:00
Daniel Siepmann 819a160321
Enable slow query log
This is also added to logrotation
2024-07-08 14:27:16 +02:00
Daniel Siepmann 12e02b72b9
Ensure json format works within neovim
Do not depend on global context.
Instead use nix to define dependency.
2024-07-08 14:03:22 +02:00
Daniel Siepmann c5b448c7c1
Streamline TYPO3 logging
Remove no longer used configuration.
Remove no longer used snippet.
2024-07-08 13:51:27 +02:00
Daniel Siepmann 1f5c5aab04
Migrate vim format for json
python is no longer globally installed.
jq is installed, so let's use that instead of adding another thing to
the stack.
2024-07-08 11:17:38 +02:00
Daniel Siepmann 7dbe9680f7
Temporarily keep older phpactor version
As the new one doesn't build.
2024-07-08 07:58:37 +02:00
Daniel Siepmann 0fe0c698e5
Use new gnome-screenshot package name 2024-07-08 07:57:59 +02:00
Daniel Siepmann 9978bc8e88
Optimize libreelec entry 2024-07-06 17:43:52 +02:00
Daniel Siepmann 9d34cbf0d6
Remove unused hosts 2024-07-05 15:56:24 +02:00
Daniel Siepmann 6239c00f06
Add Zeal as offline documentation viewer 2024-07-05 09:39:01 +02:00
Daniel Siepmann 8e6ca3df4e
Optimize projects 2024-07-04 09:39:44 +02:00
Daniel Siepmann cee7228438
Also backup browser data 2024-07-04 09:29:33 +02:00
Daniel Siepmann c5a955c396
Add hibernate
As hikari3 is configured with swap and hibernate support.
Saves energy.
2024-07-03 22:07:40 +02:00
Daniel Siepmann c71f9261cd
Allow to use new TYPO3 backend routing
This prevents deprecation trigger due to using old legacy routing.
2024-07-02 19:25:28 +02:00
Daniel Siepmann 496f3687b3
Exclude fwupdmgr on hikari
As this wouldn't work. It is a Mac.
2024-07-01 20:02:06 +02:00
Daniel Siepmann e26d6b63af
Update Firefox config
Remove unused search engines.
Add new search engine.
Add missing Extension.
2024-07-01 12:46:27 +02:00
Daniel Siepmann 8ecafee9fe
Update projects 2024-07-01 12:46:09 +02:00
Daniel Siepmann 314e04b484
Remove solved todo 2024-07-01 08:53:22 +02:00
Daniel Siepmann 2582b932a3
Disable unnecessary services on machine 2024-06-27 19:57:16 +02:00
Daniel Siepmann 4bba9951df
Add first wrapper to watch syslog entries 2024-06-27 15:38:28 +02:00
Daniel Siepmann f3f8016fb2
Extend integration of syslog/journalctl for TYPO3 projects
Also provide custom command as wrapper around the output as first step.
2024-06-27 08:05:49 +02:00
Daniel Siepmann c9383acd36
Log PHP errors to syslog
Also provide an example command to list issues.
2024-06-26 22:30:40 +02:00
Daniel Siepmann a2d6871a5d
Add new customer project 2024-06-26 16:24:30 +02:00
Daniel Siepmann fdcab9ef9d
Ignore borg internal file which might change during backing up 2024-06-26 07:20:45 +02:00
Daniel Siepmann e529635f29
Get rid of no longer used hikari2 2024-06-25 11:11:49 +02:00
Daniel Siepmann 01c9ddf702
Format 2024-06-25 11:08:17 +02:00
Daniel Siepmann d23db5c273
Add new customer project 2024-06-25 11:08:11 +02:00
Daniel Siepmann 83bce30e6e
Prepare documentation for custom modules
Not activated yet as it seems unnecessary overhead for now.
2024-06-24 17:31:45 +02:00