-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.7.1: Backup and responsive fixes (#83)
* Fix backup save directory * Fix eslint format settings * Switch to pnpm * Add pnpm action * Specify cache-dependency-paths * Switch to eslint action fork * Specify eslint-command * Bump eslint action fork version * Use npx for eslint action * Bump eslint action fork version * Edit pnpm settings * Remove extra working directory * Remove extra working directory * Move run_install to pnpm action setup * Install pnpm recursively * Bump eslint action fork version * Test lint failure * Fix eslint error * Add support for arm64 * Use docker build+push action * Quote docker tags * Format tags differently * Add spaces to tag variable * Build for both platforms * Fix csv imports * Switch to use Drone instead of Actions for builds * Add platforms for multi-arch build * Sign pipeline * Add cache_from setting * Make users page responsive * Fix 2fa verification middleware * Remove unnecessary scrollbars * Sign drone file * Add .tags to .gitignore
- Loading branch information
1 parent
e5f87ab
commit d8603a0
Showing
26 changed files
with
4,795 additions
and
9,084 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ dist-ssr | |
*.sw? | ||
|
||
.env | ||
.tags | ||
/db | ||
/tmp | ||
/dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
yarn.lock | ||
package.json | ||
.github | ||
README.md | ||
LICENSE | ||
pnpm-lock.yaml | ||
package.json | ||
.github | ||
README.md | ||
LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.7.0 | ||
1.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ services: | |
volumes: | ||
- ./db:/data/db | ||
ports: | ||
- 27017:27017 | ||
- 27018:27017 | ||
|
||
lynx: | ||
image: jackbailey/lynx | ||
|
Oops, something went wrong.