Volumes/Data/Backup/iBook/Shared/Trash/marioc.jpg

Results 177 comments of Volumes/Data/Backup/iBook/Shared/Trash/marioc.jpg
trafficstars

I start pupcloud on docker with: -p 17178:17178 \ -p 17179:17179 \ -v /home/user/Docker/pupcloud:/data \ -e PID=1000 \ -e PGID=1000 \ -e PUP_PASSWORD=ciao \ -e PUP_ALLOW_EDITS=1 \ ~/Docker$ ls -l...

OK I used -e PID 1000 from the example on [DockerHub](https://hub.docker.com/r/germanorizzo/pupcloud) Changed to -e PUID=1000 No problems with creating or deleting a folder/directory. ![Screenshot 2022-05-09 at 11 31 04](https://user-images.githubusercontent.com/20281601/167382262-124d81f2-bae5-4562-b7c7-6387eec7fa47.png)

Build docker pupcloud on anaother PC (newer Docker version) and all went well. The /data directory inside the pupcloud container has already the permissions pup:pup. No need to chown pup:pup...

docker pull germanorizzo/puptest docker run etc..... -e PUID=1000 -e GUID=1000 The container seems to work, however .... ![Screenshot 2022-05-09 at 17 58 34](https://user-images.githubusercontent.com/20281601/167450116-a4289223-30c1-4bb4-9bb5-4846b545e71b.png) I like my users to be not...

If you want to read your epubs in a browser. then take a look at Ubooquity [https://vaemendis.net/ubooquity/](url)

In a terminal type: ls -l /var/www/ebooks/vendor Then post the output here

For Debian **Strech**: apt-get install php7.0-gd php7.0-sqlite3 php7.0-json php7.0-intl php7.0-xml php7.0-mbstring php7.0-zip For Debian **Buster**: apt-get install php7.3-gd php7.3-sqlite3 php7.3-json php7.3-intl php7.3-xml php7.3-mbstring php7.3-zip And install a **release** version of...

Great and unexpected but hoped for development! OPDS is indeed a work in progress. - could not download pubs with (iOS) Marvin Classic (works with html) - Language feed is...

@seblucas About the html catalog: - the interface is snappy - download is relatively slow on a fast machine with a fast internet connection (hardware or software limited on your...

OPDS: works on iOS / Marvin classic The interface is fast enough, the download takes a lot of time (waiting for download). HTML: download from the screen with the book...