Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A ExpressJS Application to shorten URLS and Host Images

Compatible with ShareX

Config

data.json

{}

config.json

{
	"domain": "http://localhost:8080",
	"port": 8080,
	"files": {
		"maxSize": 100,
		"chars": ["LOWERCASE", "UPPERCASE","NUMBERS"],
		"length": 5
	},
	"urls": {
		"length": 6
	},
	"index": {
		"title": "My Host",
		"color": "#662aac",
		"embed": false
	}
}

.env

KEY=secretKey

Get your ShareX config at example.com/config/KEY-SET-IN-ENV

About

A ExpressJS Application to shorten URLS and Host Images

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages