Skip to content

a10y/changelog-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changelog Nighly Proxy

The Changelog Nightly doesn't host their own archive, so I wrote this proxy that redirects to the latest version on the server.

There's a publicly available version running at http://changelog.aduffy.io

Running it Yourself

Starting the service:

# Start the service
npm i
npm start

# Stopping
npm stop
# Installing the nginx proxy
cp changelog.nginx /etc/nginx/sites-available
cd /etc/nginx/sites-available
ln -s ../sites-available/changelog.nginx .

# Restart nginx

About

Proxy to display latest version of The Changelog Nightly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published