Skip to content

tycrek/eien

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eien

Yet Another A ShareX Server

How to use

eien is simple: Install either Deno or Docker Compose.

# Download this project
git clone https://github.com/tycrek/eien.git
cd eien/

# If you chose Deno:
deno task start

# Or you chose Docker:
docker compose up

For support, visit the Discord.

Configure ShareX

Add a new Custom uploader and configure it as shown:

Option Value
Method POST
Request URL https://<your.domain>/upload
Body Form data (multipart/form-data)
File form name file
URL {json:.url}

This is subject to change as project development continues.

Optional headers

Header Usage
x-eien-sid-method can be default or gfycat. previously known as "access mode" in ass

What next?

More features are coming soon.

  • Multi-user support
  • Dashboards for both users & admins
  • as well as most features previously in ass

Contributing

Contributions are welcome! Submit any changes via PR, but please detail what you've added. Please try to match the code style of the project when submitting changes.