https://github.com/realfascinated/imageify
Free and open-source ShareX image host that you can self-host!
https://github.com/realfascinated/imageify
selh-hosted sharex sharex-server
Last synced: 8 months ago
JSON representation
Free and open-source ShareX image host that you can self-host!
- Host: GitHub
- URL: https://github.com/realfascinated/imageify
- Owner: RealFascinated
- Created: 2022-11-13T19:31:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T17:08:44.000Z (over 2 years ago)
- Last Synced: 2024-12-25T10:32:54.526Z (9 months ago)
- Topics: selh-hosted, sharex, sharex-server
- Language: JavaScript
- Homepage:
- Size: 676 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imageify
[](https://drone.fascinated.cc/RealFascinated/imageify)
Your new open-source ShareX image host!
## Setup
- Download the git repo `git clone https://github.com/RealFascinated/imageify.git`
- Cd into the new directory `cd imageify`
- Rename the example env `mv .env-example .env`
- Update the env file to your needs `nano .env`
- Start the server `docker compose up -d`
- Create an admin account
- Visit the website## How to create an admin account (NOT DONE)
- Run `docker exec -it imageify-server npm run cli user add admin@example.com`
- You will get a password returned and you can now login to you admin account. (Please note that you should change this password)## Todo
- Add more comments to the code
- Create the home page
- Create the dashboard (for users)
- Create the admin panel (to manage the instance)