There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

TCB13 ,
@TCB13@lemmy.world avatar

To sync with Floccus you don’t need that webserver, that thing is very customized to deal with Nextcloud bullshit.

A simple nginx setup with this will get the job done:


<span style="color:#323232;">    root /mnt/SSD1/web/root;
</span><span style="color:#323232;">    location /dav/bookmarks {
</span><span style="color:#323232;">        alias /mnt/SSD1/web/dav/bookmarks;
</span><span style="color:#323232;">        auth_basic              realm_name;
</span><span style="color:#323232;">        auth_basic_user_file    /etc/nginx/.credentials-dav.list;
</span><span style="color:#323232;">        dav_methods     PUT DELETE MKCOL COPY MOVE;
</span><span style="color:#323232;">        dav_ext_methods PROPFIND OPTIONS;
</span><span style="color:#323232;">        dav_access      user:rw;
</span><span style="color:#323232;">        client_max_body_size    0;
</span><span style="color:#323232;">        create_full_put_path    on;
</span><span style="color:#323232;">    }
</span>

The file /etc/nginx/.credentials-dav.list stores authentication data. You can create users with the following command:


<span style="color:#323232;">htpasswd -c /etc/nginx/.credentials-dav.list yourusername
</span>

Then point Floccus at your server: 10.0.0.1/dav/bookmarks

Enjoy.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines