sugoi/README.md

52 lines
1.5 KiB
Markdown
Raw Normal View History

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