Table of Contents

Synology

Third Party Repos

Repo URL Comment
SysCo-Xymon https://synology.sysco.ch Xymon client for Syno
SynoCommunity https://packages.synocommunity.com/ Community 3rd party packages (CLI Toolboxes)

Useful CLI Commands

Turn on access logs:

edit /usr/syno/share/nginx/nginx.mustache move comment:

    #access_log  off;
    access_log syslog:server=unix:/dev/log,facility=local7,tag=nginx_access,nohostname main;

Run: /usr/syno/bin/synosystemctl restart nginx

/usr/local/etc/nginx/conf.d && sites-enabled/server.webstation-vhost.conf

Disable admin user account stupidity:

Certificate Push

I'll put my certificate push stuff up as time permits.