masavini
masavini
hi, first of all thanks for your work, this image perfectly works on ubuntu 14.04 i am not, however, able to run it on mint: ``` $ ace usermod: no...
hi, i found that a specific `obj.save()` command of my application takes up to MINUTES to be completed. i replaced that mongoengine command with a pymongo `insert_one` expression and it...
Hi, the Dockerfile could look like this: ```dockerfile FROM python:3.9-alpine ARG USER=copier ARG GROUP=copier ARG UID=1000 ARG GID=1000 RUN addgroup -g "${GID}" "${GROUP}" && \ adduser -h /home/"${USER}" -u "${UID}"...
I'd like this plugin to work as if it was a filesystem where groups are folders and tabs are files. Just as simple as that... ``` Manage my groups |_House/...
**Describe the issue** When a video is deleted, its thumbnails are not. **To Reproduce** Steps to reproduce the issue: 1. Upload a video 2. Delete it 3. Video thumbnails are...
**Describe the issue** No `admin` user is created when installing in dev mode through Docker. **To Reproduce** Steps to reproduce the issue: 1. git clone https://github.com/mediacms-io/mediacms 2. cd mediacms 3....
## Description Fix #471 by adding default values for admin user attributes in `docker-compose-dev.yaml` A few info added to `developers_docs.md`, as well.
Hi, I prepared a Dockerfile to compile pgmodeler and its plugins: ```dockerfile FROM debian:stretch-slim # pgModeler version to use ENV PG_VERSION 0.9.4-alpha ENV DEBIAN_FRONTEND noninteractive # Install dependencies RUN set...
Hi, if a cached page expires and a new one is fetched it would be interesting to know if the new content differs from the cached one. In my own...