You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alban 62ac726aec Update 'README.md' 3 years ago
dbInit [fix] tweaks 3 years ago
public [enh] There should be a patch method. Also, DOM events should work... 3 years ago
routes [enh] There should be a patch method. Also, DOM events should work... 3 years ago
system [fix] docker compose should wait for es 3 years ago
views [fix] CSS & appearance cosmetics 3 years ago
.gitignore [init] 3 years ago
Dockerfile [init] 3 years ago
README.md Update 'README.md' 3 years ago
index.js [enh] There should be a patch method. Also, DOM events should work... 3 years ago
package-lock.json [enh] There should be a route to view a single log 3 years ago
package.json [enh] there should be a signed cookie authentification 3 years ago

README.md

Changelog Server

Crash Course

Using docker-compose

  git clone https://git.interhacker.space/alban/changelog-server.git
  cd changelog-server/system/docker-compose
  cp .env.sample .env
  docker-compose up