Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nokonoko/Uguu
Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.
https://github.com/nokonoko/Uguu
file-sharing file-upload filehost filehoster filehosting hosting lightweight nginx php pomf sqlite-database temporary-files uguu upload-file upload-files upload-images uploader
Last synced: about 2 months ago
JSON representation
Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading.
- Host: GitHub
- URL: https://github.com/nokonoko/Uguu
- Owner: nokonoko
- License: gpl-3.0
- Created: 2015-02-04T19:20:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T09:26:30.000Z (8 months ago)
- Last Synced: 2024-04-13T23:54:10.498Z (8 months ago)
- Topics: file-sharing, file-upload, filehost, filehoster, filehosting, hosting, lightweight, nginx, php, pomf, sqlite-database, temporary-files, uguu, upload-file, upload-files, upload-images, uploader
- Language: PHP
- Homepage: https://uguu.se
- Size: 2.62 MB
- Stars: 753
- Watchers: 18
- Forks: 97
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - nokonoko/Uguu - Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading. (PHP)
- awesome-starred - nokonoko/Uguu - Uguu is a simple lightweight temporary file host with support for drop, paste, click and API uploading. (php)
README
# Uguu
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nokonoko_Uguu&metric=alert_status)](https://sonarcloud.io/dashboard?id=nokonoko_Uguu)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)# What is Uguu?
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.
- Drag & Drop & Paste supported.
- Upload API with multiple response choices:
- JSON
- HTML
- Text
- CSV
- Supports [ShareX](https://getsharex.com/) and other screenshot tools.
- File extension & MIME black/whitelisting.
- Upload rate limiting.
- File (hash) blacklisting.
- Run bare or as a container.### Demo
See the real world site at [uguu.se](https://uguu.se).
## Requirements
Tested and working with Nginx + PHP-8.3 + SQLite/MySQL/PostgreSQL + Node.js 18 or higher.
Node.js is used to compile Uguu, after that it runs on PHP.
## Installation
Installation and configuration can be found at [Uguu Documentation](https://github.com/nokonoko/Uguu/wiki/Uguu-Configuration-&-Installation).
If you need a admin panel check out [Moe Panel](https://github.com/Pomf/MoePanel).
## Getting help
Hit me up at [@nekunekus](https://twitter.com/nekunekus) or email me at [email protected]
## Contributing
We'd really like if you can take some time to make sure your coding style is
consistent with the project. Uguu follows [PHP
PSR-12](https://www.php-fig.org/psr/psr-12/)
coding style guides. We use PHPCS tools to enforce these standards.You can also help by sending us feature requests or writing documentation and
tests.## Credits
Uguu is based on [Pomf](http://github.com/pomf/pomf) which was written by Emma Lejack & Go Johansson (nekunekus (nokonoko)) and with help from the open source community.
## License
Uguu is free software, and is released under the terms of the GPL-3.0 license. See
`LICENSE`.