Daily Shaarli

All links of one day in a single page.

November 18, 2022

Installing nginx webdav server on ubuntu 20.04

server {
listen 80;
listen [::]:80;

root /var/dav/webdav_root;

# dav allowed method
dav_methods     PUT DELETE MKCOL COPY MOVE;
# Allow current scope perform specified DAV method
dav_ext_methods PROPFIND OPTIONS;

# In this folder, newly created folder or file is to have specified permission. If n>
dav_access     all:rw;

# Temporary folder
client_body_temp_path   /var/dav/tmp;

# MAX size of uploaded file, 0 mean unlimited
client_max_body_size    0;

# Allow autocreate folder here if necessary
create_full_put_path    on;

}

Host Your Own Multi-User Password Manager with KeeWeb and WebDAV - News < Bondari

KeeWeb supports loading its configuration settings from a JSON file, so we can call it