This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
imageify/README.md

21 lines
805 B
Markdown
Raw Normal View History

2022-11-14 04:19:30 +00:00
# Imageify
[![Build Status](https://drone.fascinated.cc/api/badges/RealFascinated/imageify/status.svg)](https://drone.fascinated.cc/RealFascinated/imageify)
<p>Your new open-source ShareX image host!</p>
2022-11-14 04:19:30 +00:00
## 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`
2022-11-14 04:25:04 +00:00
- Update the env file to your needs `nano .env`
2022-11-14 04:19:30 +00:00
- Start the server `docker compose up -d`
2022-11-14 04:25:04 +00:00
- Create an admin account
2022-11-14 04:19:30 +00:00
- Visit the website <http://SERVERIP:3000>
2022-11-14 04:25:04 +00:00
## How to create an admin account (NOT DONE)
2022-11-14 04:19:30 +00:00
- 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)