summaryrefslogtreecommitdiff
path: root/shim/README.md
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-25 12:32:15 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-25 12:32:15 -0500
commit170f39e70736baff4b7c0ffe7d91c1bdf409532b (patch)
tree400e497e102b1b2ca6fe175f2a0c2a90a060f932 /shim/README.md
parentupdate version (diff)
downloadxssbook2-170f39e70736baff4b7c0ffe7d91c1bdf409532b.tar.gz
xssbook2-170f39e70736baff4b7c0ffe7d91c1bdf409532b.tar.bz2
xssbook2-170f39e70736baff4b7c0ffe7d91c1bdf409532b.zip
make shim a container once again
Diffstat (limited to 'shim/README.md')
-rw-r--r--shim/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/shim/README.md b/shim/README.md
deleted file mode 100644
index 80dfb3a..0000000
--- a/shim/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## shim
-
-TODO: update beacuse this is now invalid :(
-
-If you are runing a xssbook v1 setup, the database is fully incompatible with xssbook v2. Luckily there is a migration that exists to port over your data. XSSBook v1 has a single sqlite database file and a custom assets directory likly called `custom`. You will know you have the right directory if there are two sub directories called `avatar` and `banner`. Place the sqlite db file (called `xssbook.db`) and the `custom` directory in the `data/shim` folder of the xssbook v2 directory. If this doesnt exist please do a full setup of v2 first. Then run `docker compose up -d shim`, and you should be all set.
-
-> WARNING: This will delete ALL data in the database if you specify xssbook v1 files in the data path. Make sure yo only run this once and remove the files once completed.
-
-> NOTE: the migration will never run if the database files are not supplied.