https://github.com/jmcrafter26/uploadly
https://github.com/jmcrafter26/uploadly
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmcrafter26/uploadly
- Owner: JMcrafter26
- Created: 2024-08-13T20:55:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T20:49:47.000Z (8 months ago)
- Last Synced: 2025-02-15T04:41:35.414Z (4 months ago)
- Language: CSS
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upLoadly
A simple file temporary file upload service that allows you to upload files and share them with others. The files are stored for a limited time and then automatically deleted.
## Features
- :rocket: **Fast and easy to use**: Just drag and drop your files and share the link with others.
- :lock: **Secure**: All files are automatically deleted after a certain time.
- :globe_with_meridians: **Cross-platform**: Works on all platforms and devices.
- :open_file_folder: **No registration required**: Just upload your files and share the link.
- :zap: **Lightning fast**: No waiting times, no ads, no tracking.
- :sparkles: **Customizable**: Customize the look and feel of the upload page.
- :package: **Self-hosted**: You can host it yourself and customize it to your needs.## Installation
1. Clone the repository:
```bash
git clone https://github.com/JMcrafter26/upLoadly.git
```1. Install the dependencies
```bash
composer install
```1. Add a cron job to delete old files and run it
> Run cron.php every hour to delete old files.
```bash
0 * * * * php /path/to/upLoadly/cron.php
```1. Customize the configuration and run cron.php
> Run cron.php to create the tables in the database.
## Disclaimer
> :warning: This project is still in development and not yet ready for production use. Use at your own risk.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.