Memcache addon
-
I will move this to feature requests since we have to implement this like an addon (like redis).
-
@rmdes I will try to make a example package later this week but there is no way around not making a custom package.
-
@girish I tried to install memcache on my cloudron but quickly ran into apps not being able to start due to conflicting ports, it seem memcache should be tweaked to adapt to cloudron environnement, no sure if that would be a container serving memcache for different applications or if it would be backed only inside the custom package container, long story short, I removed memcache at the ubuntu system level, rebooted my apps and everything is fine
-
Wondering if by starting from this base I could arrive to the same PostgreSQL image with all the cloudron goodies : https://hub.docker.com/_/memcached?tab=tags
-
@rmdes Let's continue the discussion at https://forum.cloudron.io/topic/3085/memcached-server-and-php-memcached
-
Just leaving a note to myself here . memcached has mechanism for doing auth easily which makes it hard to make it an addon. There is some complicated SASL based auth setup.