lemmyvore,

I’m using InfCloud, it has support for events, tasks and contacts so it pairs perfectly with Radicale (which is also what I use). It doesn’t look amazing I’ll be honest and it lacks some features but it works fine.

Here’s my docker compose:


<span style="color:#323232;">services:
</span><span style="color:#323232;">  infcloud:
</span><span style="color:#323232;">    image: ckulka/infcloud:0.13.1
</span><span style="color:#323232;">    container_name: infcloud
</span><span style="color:#323232;">    depends_on:
</span><span style="color:#323232;">      - php
</span><span style="color:#323232;">    ports:
</span><span style="color:#323232;">      - "5233:80/tcp"
</span><span style="color:#323232;">    volumes:
</span><span style="color:#323232;">      - "infcloud:/usr/share/nginx/infcloud"
</span><span style="color:#323232;">      - "./data/config.js:/usr/share/nginx/infcloud/config.js:ro"
</span><span style="color:#323232;">    restart: always
</span><span style="color:#323232;">  php:
</span><span style="color:#323232;">    image: php:7.3-fpm-alpine
</span><span style="color:#323232;">    container_name: infcloud-php
</span><span style="color:#323232;">    volumes:
</span><span style="color:#323232;">      - "infcloud:/usr/share/nginx/infcloud:ro"
</span><span style="color:#323232;">    restart: always
</span><span style="color:#323232;">
</span><span style="color:#323232;">volumes:
</span><span style="color:#323232;">  infcloud:
</span>

Run it without mapping config.js first and copy it from the container, edit it on the host, then map the volume and reprovision the container. You have to find the section globalNetworkCheckSettings and add a href: entry that points to your radicale host, for example href: “http://192.168.1.1:5232”.

Another essential setting is to edit the Radicale config file and add the following section:


<span style="color:#323232;">[headers]
</span><span style="color:#323232;">Access-Control-Allow-Origin = http://192.168.1.1:5233
</span><span style="color:#323232;">Access-Control-Allow-Methods = GET, POST, OPTIONS, PROPFIND, PROPPATCH, REPORT, PUT, MOVE, DELETE, LOCK, UNLOCK
</span><span style="color:#323232;">Access-Control-Allow-Headers = User-Agent, Authorization, Content-type, Depth, If-match, If-None-Match, Lock-Token, Timeout, Destination, Overwrite, Prefer, X
</span><span style="color:#323232;">Access-Control-Expose-Headers = Etag, Preference-Applied
</span>

The -Allow-Origin host and port must match the URL where you access InfCloud in the browser.

If you use a reverse proxy and you put Radicale / InfCloud behind domain names you can use the domain names in config.js and config. As long as InfCloud knows where to find Radicale, and Radicale knows where InfCloud comes.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • slotface
  • kavyap
  • thenastyranch
  • everett
  • tacticalgear
  • rosin
  • Durango
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • InstantRegret
  • Youngstown
  • khanakhh
  • ethstaker
  • JUstTest
  • ngwrru68w68
  • cisconetworking
  • modclub
  • tester
  • osvaldo12
  • cubers
  • GTA5RPClips
  • normalnudes
  • Leos
  • provamag3
  • anitta
  • megavids
  • lostlight
  • All magazines