Hello.
It would be nice to add an e-book storage and reading service. For example, this is https://github.com/internetarchive/bookreader
Or something similar.

Upuat
Posts
-
Book reader -
mnm is not mailhttps://mnmnotmail.org/
https://github.com/networkimprov/mnmThe mnm project is building a legitimate email replacement: a client, a server, and a simple protocol between them. It’s designed for everyone, but especially:
-
Organizations and departments where a phishing attack could be catastrophic, and that rely on internal email. Examples: manufacturing, public infrastructure, government, finance, research & development, information technology.
-
Services and websites whose customers/members exchange email with the site or each other, and dislike the message scanning done by webmail sites. Examples: legal affairs, health care, job search, family matters.
-
-
Password-protect URLPassword-protect URLs using AES in the browser; create hidden bookmarks without a browser extension
https://github.com/jstrieb/link-lock -
There are some warnings regarding your setupHow to resolve this issue?
-
mtuHello everyone.
root@cv4181645:~# ip a | grep -e "ens3" -e "docker0"
2: ens3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1450 qdisc fq_codel state UP group default qlen 1000
inet 192.168.0.32/24 metric 100 brd 192.168.0.255 scope global dynamic ens3
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
How do I change the mtu in cloudron to 1450?