Customize system mails

,

Our managed servers send mails under different conditions. Probably the most important part are the notifications about the used disk space. Manage system mails You can customize these messages and add new languages. To do this, select “System Mails” in the “System” section at the bottom left. Customize system mails To customize a message according […]

Setting up HSTS for a website

,

What is HSTS? HTTP Strict Transport Security (HSTS) is an instruction from the web server that informs the web browser (or other programs) how the connection between the server and the web browser should be handled. This information is sent right at the beginning in the so called “Response Header”. A simple redirection from HTTP […]

Use cron snippets

,

Cron snippets work similar to the directive snippets for web pages. These are predefined cron jobs that can be selected when creating a cron job under “Cron Snipet” or in the settings for the web wizard. Show Cron Snippets You can find predefined cron snippets in the “System” section under “Cron snippets”. Create Cron Snippet […]

Password check with haveibeenpwned

,

The website haveibeenpwned.com provides, among other things, a list of passwords that have appeared in data leaks. haveibeenpwned is secure For verification, the complete password is never sent, but only a small partial hash value. The pwned passwords function used searches the database of previous data leaks for the presence of a user-supplied password. The […]

Nextcloud with Chrooted-User and Cron-Job

,

These instructions do not apply to a Nextcloud installation that you created via the wizard – the wizard creates the corresponding file automatically. If you want to execute the command ‘php occ …’ as a “limited” shell user (chrooted shell = jailkit), you have to make two changes to the Nextcloud configuration. We use our […]