diff --git a/.migrate b/.migrate new file mode 100644 index 0000000..5ebfd9a --- /dev/null +++ b/.migrate @@ -0,0 +1,29 @@ +{ + "lastRun": "1719409568000-multiuser.js", + "migrations": [ + { + "title": "1694360000000-create-folders.js", + "timestamp": 1760689389924 + }, + { + "title": "1694360479680-create-account-db.js", + "timestamp": 1760689389944 + }, + { + "title": "1694362247011-create-secret-table.js", + "timestamp": 1760689389950 + }, + { + "title": "1702667624000-rename-nordigen-secrets.js", + "timestamp": 1760689389951 + }, + { + "title": "1718889148000-openid.js", + "timestamp": 1760689389957 + }, + { + "title": "1719409568000-multiuser.js", + "timestamp": 1760689389964 + } + ] +} \ No newline at end of file diff --git a/flake.lock b/flake.lock index 17262ee..fa59f64 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1760836749, + "lastModified": 1762618334, "narHash": "sha256-wyT7Pl6tMFbFrs8Lk/TlEs81N6L+VSybPfiIgzU8lbQ=", "owner": "ryantm", "repo": "agenix", - "rev": "2f0f812f69f3eb4140157fe15e12739adf82e32a", + "rev": "fcdea223397448d35d9b31f798479227e80183f6", "type": "github" }, "original": { @@ -24,16 +24,16 @@ "brew-src": { "flake": false, "locked": { - "lastModified": 1758543057, - "narHash": "sha256-lw3V2jOGYphUFHYQ5oARcb6urlbNpUCLJy1qhsGdUmc=", + "lastModified": 1761551821, + "narHash": "sha256-N3Zj73TAxclhLGgADbPVwcVrhYIBKUgAxjfQuOXre6s=", "owner": "Homebrew", "repo": "brew", - "rev": "5b236456eb93133c2bd0d60ef35ed63f1c0712f6", + "rev": "8f6719274133c5bcc24c058c5a6bcbb3b0cd48b3", "type": "github" }, "original": { "owner": "Homebrew", - "ref": "4.6.12", + "ref": "4.6.19", "repo": "brew", "type": "github" } @@ -88,11 +88,11 @@ ] }, "locked": { - "lastModified": 1761191301, - "narHash": "sha256-xsRL2Oyb4YRZZ1Tu4WzR2uFg1n931bH+PfLdFcqtLg8=", + "lastModified": 1762700578, + "narHash": "sha256-Twxr27SV+lPXW5oi1KWbVai+Hx9KkZGGex5aLxJDArI=", "owner": "nix-community", "repo": "home-manager", - "rev": "4958aafe7b237dc1e857fb0c916efff72075048f", + "rev": "d8efc4bfa764676af1fec08f99ce9450d21f2d47", "type": "github" }, "original": { @@ -126,11 +126,11 @@ ] }, "locked": { - "lastModified": 1760721282, - "narHash": "sha256-aAHphQbU9t/b2RRy2Eb8oMv+I08isXv2KUGFAFn7nCo=", + "lastModified": 1762627886, + "narHash": "sha256-/QLk1bzmbcqJt9sU43+y/3tHtXhAy0l8Ck0MoO2+evQ=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "c3211fcd0c56c11ff110d346d4487b18f7365168", + "rev": "5125a3cd414dc98bbe2c528227aa6b62ee61f733", "type": "github" }, "original": { @@ -145,11 +145,11 @@ "brew-src": "brew-src" }, "locked": { - "lastModified": 1758598228, - "narHash": "sha256-qr60maXGbZ4FX5tejPRI3nr0bnRTnZ3AbbbfO6/6jq4=", + "lastModified": 1761927470, + "narHash": "sha256-KsFDGRGD8j1R6TvJ4HkebKsh3HXLY0XazanLrhO3wqE=", "owner": "zhaofengli", "repo": "nix-homebrew", - "rev": "f36e5db56e117f7df701ab152d0d2036ea85218c", + "rev": "3cae36b3a17b09a66435291619dce8cf2c4728ca", "type": "github" }, "original": { @@ -188,11 +188,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1760965567, - "narHash": "sha256-0JDOal5P7xzzAibvD0yTE3ptyvoVOAL0rcELmDdtSKg=", + "lastModified": 1762482733, + "narHash": "sha256-g/da4FzvckvbiZT075Sb1/YDNDr+tGQgh4N8i5ceYMg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cb82756ecc37fa623f8cf3e88854f9bf7f64af93", + "rev": "e1ebeec86b771e9d387dd02d82ffdc77ac753abc", "type": "github" }, "original": { diff --git a/server-files/account.sqlite b/server-files/account.sqlite new file mode 100644 index 0000000..0adbb25 Binary files /dev/null and b/server-files/account.sqlite differ