Pebbling Club 🐧🪨

  • Enabling CORS in Synology WebDav
    Notes
    ssh ip-synology cd /var/packages/WebDAVServer/target/etc/httpd/ sudo vim conf/httpd.conf-webdav add LoadModule rewrite_module modules/mod_rewrite.so sudo vim conf/extra/httpd-ssl.conf-webdav add : Header always set Access-Control-Allow-Origin "*" Header always set Access-Control-Allow-Headers "origin, content-type, cache-control, accept, authorization, if-match, destination, overwrite" Header always set Access-Control-Expose-Headers "ETag" Header always set Access-Control-Allow-Methods "GET, HEAD, POST, PUT, OPTIONS, MOVE, DELETE, COPY, LOCK, UNLOCK" Header always set Access-Control-Allow-Credentials "true" RewriteEngine on RewriteCond %{REQUEST_METHOD} OPTIONS RewriteRule ^(.*)$ blank.html [R=200,L,E=HTTP_ORIGIN:%{HTTP:ORIGIN}] cd /var/packages/WebDAVServer/target/tools sudo ./start_stop.sh start restart
    Unfurl
  • mikedeboer/jsDAV
    Unfurl
  • Backbone has made me a better programmer | Float Left
    Feed
    Unfurl
  • django-webdav - Django webdav implementation. - Google Project Hosting
    Notes
    WebDAV implemented as a Django application. The motivation for this project is to allow authentication of users against Django's contrib.auth system, while also exporting different directories per user. Many Django tools and app can be combined with this such as django-digest etc. to provide a powerful WebDAV server.
    Unfurl
  • sabredav - SabreDAV is a WebDAV framework for PHP - Google Project Hosting
    Notes
    SabreDAV allows you to easily add WebDAV support to a PHP application. SabreDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
    Unfurl
  • Building a Simple Calendar Server with Fedora and WebDAV - FedoraNEWS.ORG
    Notes
    "In this article I will show you how I've done it, plus I'll show you some other options that you might find interesting if you are a Fedora developer or supporter."
    Unfurl
  • CommerceNet Events » Blog Archive » T3 4/13: WebDAV as a Coordination Language for the Web
    Notes
    "First, that the Web may be regarded as a kind of tuplespaces and, second, that the HTTP + WebDAV protocol stack may be treated formally as a coordination language."
    Unfurl
  • s3DAV
    Notes
    "s3DAV is a webDAV server which allows you to access a virtual file system using your Amazon s3 account."
    Unfurl