Releases: airtouch97/Luminarium
Releases · airtouch97/Luminarium
Luminarium v1.0.0 Release
🎉 Welcome
First Release!
📷What's changed?
- 💾 Code Completion
- Drag-and-drop uploading and multi-file selection
- Automatically converts uploaded images to WebP format to save space.
- Show thumbnails and links of all uploaded images.
- Duplicate links
- Supports customized configurations
- 📄 Init and update README.md and README-CN.md
- 📝 Use Github Action to build and push to Docker Hub automatically
💽How to install?
Install from Docker
Copy
docker run -d -p {port}:8080 airtouch/luminarium
to terminal.
Then, open http://{IP}:{PORT} in your browser.
Installing from source
Download file Source code(zip or tar.gz) and unzip it.
Then, Copy
pip install -r requirements.txt
to terminal to install the dependencies.
Finally, use
python app.py
to run.
🎉 欢迎
首次发布!
📷 有什么变化?
- 代码完工
- 拖放上传和多文件选择。
- 自动将上传图片转换为 WebP 格式以节省空间。
- 显示所有上传图片的缩略图和链接。
- 复制链接
- 支持自定义配置
- 📄初始化并更新 README.md 和 README-CN.md
- 📝 使用 Github Action 自动构建并推送至 Docker Hub
##💽如何安装?
从 Docker 安装
复制
docker run -d -p {port}:8080 airtouch/luminarium
到终端。
然后,在浏览器打开http://{IP}:{PORT}
从源码安装
下载文件 Source code(zip 或 tar.gz) 并解压。
然后,复制
pip install -r requirements.txt
到终端来安装依赖。
最后,使用
python app.py
来运行。
Full Changelog: https://github.com/AirTouch666/Luminarium/commits/v1.0.0
by @AirTouch666