diff --git a/.gitignore b/.gitignore index 5855a87..8d86a49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -PersonalLibraryManager -plm.db -plm.toml +bibliomane +bibliomane.db +bibliomane.toml img diff --git a/README.md b/README.md index 539f28c..a086762 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Bibliomane + +Bibliomane is a free server whose main purpose is to track your reading. It is currently in development, and not in a state where it can be used in production. + ## Generate new accounts on startup `--add-user` or `-a` can be used to create an account on startup. It requires a string following htpasswd format `[username]:[bcrypt hashed password]`. @@ -16,7 +20,7 @@ demo:$2y$10$UHR2646SZo2W.Rhna7bn5eWNLXWJZ/Sa3oLd9RlxlXs57Bwp6isOS Then, starting the server: ``` -./PersonalLibraryManager -a 'demo:$2y$10$UHR2646SZo2W.Rhna7bn5eWNLXWJZ/Sa3oLd9RlxlXs57Bwp6isOS' +./bibliomane -a 'demo:$2y$10$UHR2646SZo2W.Rhna7bn5eWNLXWJZ/Sa3oLd9RlxlXs57Bwp6isOS' ``` This will create on startup a new demo user if it does not exist already. Like every parameter, you can also edit `add-user` in the configuration file. diff --git a/front/README.md b/front/README.md index cc5ccec..a6a08af 100644 --- a/front/README.md +++ b/front/README.md @@ -1,3 +1,3 @@ -# Personal Library Manager +# Bibliomane Front of the application, made with Vue.js diff --git a/front/index.html b/front/index.html index 7a40a40..65a5c14 100644 --- a/front/index.html +++ b/front/index.html @@ -5,7 +5,7 @@ - Personal Library Manager + Bibliomane
diff --git a/front/package-lock.json b/front/package-lock.json index 9a38eac..a7dff14 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -1,11 +1,11 @@ { - "name": "personal-library-manager", + "name": "bibliomane", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "personal-library-manager", + "name": "bibliomane", "version": "0.0.0", "dependencies": { "@zxing/library": "^0.21.3", diff --git a/front/package.json b/front/package.json index 5732a32..07fb8cf 100644 --- a/front/package.json +++ b/front/package.json @@ -1,5 +1,5 @@ { - "name": "personal-library-manager", + "name": "bibliomane", "version": "0.0.0", "private": true, "type": "module", diff --git a/front/src/AppNavBar.vue b/front/src/AppNavBar.vue index 26b559a..ea86b14 100644 --- a/front/src/AppNavBar.vue +++ b/front/src/AppNavBar.vue @@ -45,7 +45,7 @@ onMounted(() => {