Skip to content

Server Data

AttilaTheHun edited this page Feb 9, 2024 · 3 revisions

The Server data folder

Server /data folder contains the following:

  • /backups folder where the server manages backups, if configured to.
  • /songbook folder with data of the songbook. This folder's zip file is identical with the .zip file you can produce from the client via Save in offline mode, given both the client and the server have the same version of the songbook.
  • .htaccess configuration file. It is advised not to modify this file as it can severely reduce the already questionable security of the SongbookManager VCS. Learn more
  • index.json index file containing necessary information about the songbook.
  • tokens.json a NoSQL database of authentification tokens. This file contains plain-text access credentials and should never be shared with anybody and backed-up only in encrypted form. This file is read-protected from the HTTP.

By default configuration, the folder is not accessible over HTTP, resulting in Error 403.

Clone this wiki locally