From 6d14cd42c2ed1e73e28f20ca13e703c905e69b9e Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 12 Dec 2023 19:28:16 +0100 Subject: [PATCH] Add more pages --- content/2.self-hosting/3.client.md | 4 ++-- content/2.self-hosting/6.about-pwa.md | 4 ++++ content/2.self-hosting/7.troubleshooting.md | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 content/2.self-hosting/6.about-pwa.md create mode 100644 content/2.self-hosting/7.troubleshooting.md diff --git a/content/2.self-hosting/3.client.md b/content/2.self-hosting/3.client.md index 5f2c2db..45e3ef7 100644 --- a/content/2.self-hosting/3.client.md +++ b/content/2.self-hosting/3.client.md @@ -1,6 +1,6 @@ # Setting up the client -## Vercel - Recommended +## Method 1 - Vercel - Recommended [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmovie-web%2Fmovie-web%2Ftree%2Fmaster&env=VITE_CORS_PROXY_URL,VITE_TMDB_READ_API_KEY) 1. Click the Deploy button. 1. Sign in using either a GitHub, GitLab, or Bitbucket. @@ -17,7 +17,7 @@ 1. You may wish to configure a custom domain - Please consult [the Vercel docs for how to do this](https://vercel.com/docs/getting-started-with-vercel/domains). -## Any Static Web Host +## Method 2 - Any Static Web Host 1. Download the file `movie-web.zip` from the latest release: https://github.com/movie-web/movie-web/releases/latest. 2. Extract the ZIP file so you can edit the files. 3. Open `config.js` in an editor such as Notepad, Visual Studio Code or similar. diff --git a/content/2.self-hosting/6.about-pwa.md b/content/2.self-hosting/6.about-pwa.md new file mode 100644 index 0000000..395a977 --- /dev/null +++ b/content/2.self-hosting/6.about-pwa.md @@ -0,0 +1,4 @@ +# About selfhosting PWA + +// EXPLAIN WHY ITS A BAD IDEA, BUT ALSO HOW TO DO IT + diff --git a/content/2.self-hosting/7.troubleshooting.md b/content/2.self-hosting/7.troubleshooting.md new file mode 100644 index 0000000..d6ff19f --- /dev/null +++ b/content/2.self-hosting/7.troubleshooting.md @@ -0,0 +1,5 @@ +# Troubleshooting + +// EXPLAIN HOW TO TROUBLESHOOT + +// MENTION ADMIN PAGE FOR TROUBLESHOOTING