Uguu/README.md

53 lines
1.6 KiB
Markdown
Raw Normal View History

2021-06-23 17:23:17 -04:00
# Uguu
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nokonoko_Uguu&metric=alert_status)](https://sonarcloud.io/dashboard?id=nokonoko_Uguu)
[![MIT
licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nokonoko/uguu/master/LICENSE)
2021-06-23 17:25:34 -04:00
[![Documentation Status](https://docs.uguu.se/img/flat.svg)](https://docs.uguu.se)
2021-06-23 17:23:17 -04:00
2020-11-18 09:54:47 -03:00
# What is Uguu?
2021-06-24 07:46:00 -04:00
Uguu is a simple lightweight temporary file hosting and sharing platform, but can also be used as a permanent file host.
## Features
- One click uploading, no registration required
- A minimal, modern web interface
2021-06-23 13:22:26 -04:00
- Drag & Drop & Paste supported
- Upload API with multiple response choices
- JSON
- HTML
- Text
- CSV
- Supports [ShareX](https://getsharex.com/) and other screenshot tools
### Demo
2021-06-23 19:59:58 -04:00
See the real world site at [uguu.se](https://uguu.se).
2015-02-11 14:01:03 -03:00
## Requirements
2016-05-15 11:06:36 -04:00
2022-01-22 13:54:41 -03:00
Original development environment is Nginx + PHP8.1 + SQLite, but is confirmed to
work with Apache and older PHP versions like PHP7.4.
2021-06-22 14:37:28 -04:00
Node is used to compile Uguu.
2021-06-23 18:18:41 -04:00
## Installation
Installation and configuration can be found at [Uguu Documentation](https://docs.uguu.se).
2021-07-07 14:23:54 -04:00
If you need a admin panel check out [Moe Panel](https://github.com/pomf/MoePanel).
2020-11-18 10:00:15 -03:00
## Getting help
2020-11-18 08:56:49 -03:00
Hit me up at [@nekunekus](https://twitter.com/nekunekus) or email me at neku@pomf.se
2016-05-15 11:06:36 -04:00
## Credits
2015-02-11 14:01:03 -03:00
2021-06-05 11:08:07 -04:00
Uguu is based on [Pomf](http://github.com/pomf/pomf) which was written by Emma Lejack & Eric Johansson (nekunekus) and with help from the open source community.
2016-05-14 06:30:07 -03:00
## License
2016-05-14 06:30:07 -03:00
2022-01-22 13:53:33 -03:00
Uguu is free software, and is released under the terms of the GPL-3.0 license. See
2021-06-23 18:18:41 -04:00
`LICENSE`.