2021-06-23 23:23:17 +02: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 23:25:34 +02:00
[![Documentation Status ](https://docs.uguu.se/img/flat.svg )](https://docs.uguu.se)
2021-06-23 23:23:17 +02:00
2020-11-18 13:54:47 +01:00
# What is Uguu?
2020-11-18 12:54:47 +01:00
2021-06-22 11:29:04 +02:00
Uguu is a simple lightweight file uploading and sharing platform, with the option for files to expire.
2020-11-18 12:54:47 +01:00
## Features
- One click uploading, no registration required
- A minimal, modern web interface
2021-06-23 19:22:26 +02:00
- Drag & Drop & Paste supported
2020-11-18 12:54:47 +01:00
- Upload API with multiple response choices
- JSON
- HTML
- Text
- CSV
- Supports [ShareX ](https://getsharex.com/ ) and other screenshot tools
### Demo
See the real world example at [uguu.se ](https://uguu.se ).
2015-02-11 18:01:03 +01:00
2020-11-18 12:54:47 +01:00
## Requirements
2016-05-15 17:06:36 +02:00
2020-11-18 13:43:44 +01:00
Original development environment is Nginx + PHP5.3 + SQLite, but is confirmed to
2021-06-23 11:22:17 +02:00
work with Apache 2.4 and newer PHP versions like PHP7.3 and PHP8.0
2020-11-18 12:54:47 +01:00
2021-06-22 20:37:28 +02:00
Node is used to compile Uguu.
2021-06-24 00:18:41 +02:00
## Installation
Installation and configuration can be found at [Uguu Documentation ](https://docs.uguu.se ).
2020-11-18 14:00:15 +01:00
2020-11-18 12:54:47 +01:00
## Getting help
2020-11-18 12:56:49 +01:00
Hit me up at [@nekunekus ](https://twitter.com/nekunekus ) or email me at neku@pomf .se
2016-05-15 17:06:36 +02:00
2020-11-18 12:54:47 +01:00
## Credits
2015-02-11 18:01:03 +01:00
2021-06-05 17:08:07 +02: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 11:30:07 +02:00
2020-11-18 12:54:47 +01:00
## License
2016-05-14 11:30:07 +02:00
2020-11-18 12:54:47 +01:00
Uguu is free software, and is released under the terms of the Expat license. See
2021-06-24 00:18:41 +02:00
`LICENSE` .