1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 02:45:38 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
lutim
Dockerfile
README.md
lutim.conf
run.sh
lychee
nextcloud
nginx
nodejs
piwik
rainloop
rutorrent
searx
subsonic
tor
zerobin
LICENSE
dockerfiles/lutim/README.md

31 lines
1.4 KiB
Markdown
Raw Normal View History

2016-04-11 15:59:32 +02:00
## wonderfall/lutim
![](https://i.goopics.net/rf.png)
#### What is this?
LUTIM means Let's Upload That Image.
It stores images and allows you to see them, download them or share them on social networks. From version 0.5, the gif images can be displayed as animated gifs in Twitter, but you need a HTTPS server (Twitter requires that. Lutim detects if you have a HTTPS server and displays an static image twitter card if you don't);
Images are indefinitly stored unless you request that they will be deleted at first view or after 24 hours / one week / one month / one year.
2016-05-12 00:16:33 +02:00
#### Build-time variables
- **TINI_VER** : version of `tini`.
2016-04-11 15:59:32 +02:00
#### Environment variables
- **GROUPID** : lutim group id. *(default : 1000)*
- **USERID** : lutim user id. *(default : 1000)*
- **SECRET** : random string used to encrypt cookies. *(default : ZyCnLAhYKBIJrukuKZZJ)*
- **CONTACT** : lutim contact. *(default : contact@domain.tld)*
- **MAX_FILE_SIZE** : maximum file size of an uploaded file in bytes. *(default : 1GB)*
- **WEBROOT** : webroot of lutim. *(default : /)*
- **DOMAIN** : your domain used with lutim *(default : domain.tld)*
*Tip : you can use the following command to generate SECRET.*
`cat /dev/urandom | tr -dc 'a-zA-Z' | fold -w 20 | head -n 1`
#### Volumes
- **/data** : where lutim's database is stored.
- **/lutim/files** : location of uploaded files.
2016-05-12 00:16:33 +02:00
#### Ports
- **8181** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration).