diff --git a/.gitignore b/.gitignore index e803e3c4..7db34db6 100755 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /**/**/origin.server /**/**/server.manifest /**/**/server.registry +/**/**/.ssl /**/**/_shared diff --git a/comty.js b/comty.js index 99c85b81..fac6a9f0 160000 --- a/comty.js +++ b/comty.js @@ -1 +1 @@ -Subproject commit 99c85b81ef65c2ccabb71c0f6c4d7f9df86e4de6 +Subproject commit fac6a9f0d142970f9c4633b6a54d0d8adf48b2b6 diff --git a/linebridge b/linebridge index 13b01b21..d2e6f1bc 160000 --- a/linebridge +++ b/linebridge @@ -1 +1 @@ -Subproject commit 13b01b21d6b63ecddd8625781a69355861d38db5 +Subproject commit d2e6f1bc5856e3084d4fd068dec5d67ab2ef9d8d diff --git a/packages/app/.gitignore b/packages/app/.gitignore index 62cadf7f..fbcec9db 100755 --- a/packages/app/.gitignore +++ b/packages/app/.gitignore @@ -5,4 +5,5 @@ dist-ssr *.local .vscode yarn-error.log -out/ \ No newline at end of file +out/ +.ssl \ No newline at end of file diff --git a/packages/app/package.json b/packages/app/package.json index 612a4ec3..7e143abd 100755 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "@comty/web-app", - "version": "0.70.0", - "license": "LGPL-2.1", + "version": "1.0.0-beta", + "license": "ComtyLicense", "main": "electron/main", "author": "RageStudio", "description": "A prototype of a social network.", @@ -90,6 +90,7 @@ "react-icons": "^4.8.0", "react-intersection-observer": "8.33.1", "react-lazy-load-image-component": "^1.5.4", + "react-lazyload": "^3.2.1", "react-markdown": "^8.0.3", "react-modal-image": "^2.6.0", "react-motion": "0.5.2", @@ -114,4 +115,4 @@ "express": "^4.17.1", "typescript": "^4.3.5" } -} +} \ No newline at end of file diff --git a/packages/app/vite.config.js b/packages/app/vite.config.js index fac87fc1..30255033 100755 --- a/packages/app/vite.config.js +++ b/packages/app/vite.config.js @@ -20,8 +20,8 @@ export default defineConfig({ allow: ["..", "../../"], }, https: { - key: path.join(__dirname, "ssl", "privkey.pem"), - cert: path.join(__dirname, "ssl", "cert.pem"), + key: path.join(__dirname, ".ssl", "privkey.pem"), + cert: path.join(__dirname, ".ssl", "cert.pem"), }, headers: { "Strict-Transport-Security": `max-age=${oneYearInSeconds}`