This commit is contained in:
github-actions[bot]
2026-07-05 17:41:12 +00:00
parent 036cb55fa8
commit 107948ef04
25 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Page Not Found | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | Watcharr Docs"><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/404.html"><link data-rh="true" rel="alternate" href="https://watcharr.app/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/404.html" hreflang="x-default"><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1
View File
@@ -0,0 +1 @@
"use strict";(globalThis.webpackChunkwatcharr_doc=globalThis.webpackChunkwatcharr_doc||[]).push([[671],{2040(e,r,t){t.r(r),t.d(r,{assets:()=>c,contentTitle:()=>o,default:()=>u,frontMatter:()=>a,metadata:()=>n,toc:()=>d});const n=JSON.parse('{"id":"server_config/backup","title":"Backing Up","description":"Backing up your server.","source":"@site/docs/server_config/backup.md","sourceDirName":"server_config","slug":"/server_config/backup","permalink":"/docs/server_config/backup","draft":false,"unlisted":false,"editUrl":"https://github.com/sbondCo/Watcharr/tree/dev/doc/docs/server_config/backup.md","tags":[],"version":"current","sidebarPosition":100,"frontMatter":{"sidebar_position":100,"description":"Backing up your server."},"sidebar":"tutorialSidebar","previous":{"title":"Environment Variables","permalink":"/docs/server_config/environment-variables"},"next":{"title":"Importing","permalink":"/docs/category/importing"}}');var i=t(4848),s=t(8453);const a={sidebar_position:100,description:"Backing up your server."},o="Backing Up",c={},d=[{value:"Simple Steps",id:"simple-steps",level:2},{value:"Advanced Steps",id:"advanced-steps",level:2}];function l(e){const r={admonition:"admonition",code:"code",h1:"h1",h2:"h2",header:"header",li:"li",ol:"ol",p:"p",ul:"ul",...(0,s.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(r.header,{children:(0,i.jsx)(r.h1,{id:"backing-up",children:"Backing Up"})}),"\n",(0,i.jsx)(r.p,{children:"Watcharr cannot handle backing up for you, but its simple structure should make it easy to slide it into your existing backup routine."}),"\n",(0,i.jsx)(r.p,{children:"Once you have created your first backup, it's recommended that you try restoring from that backup to make sure everything is correct and will work in case you need to restore from it in the future."}),"\n",(0,i.jsx)(r.admonition,{title:"Shutdown your server!",type:"danger",children:(0,i.jsx)(r.p,{children:"Always shutdown Watcharr before backing up its data, otherwise you run the risk of corrupting files (mainly your database)."})}),"\n",(0,i.jsx)(r.h2,{id:"simple-steps",children:"Simple Steps"}),"\n",(0,i.jsx)(r.admonition,{title:"Recommended",type:"success",children:(0,i.jsx)(r.p,{children:"This is the recommended way to backup."})}),"\n",(0,i.jsxs)(r.p,{children:["Here are the steps that are run daily for the ",(0,i.jsx)(r.code,{children:"beta.watcharr.app"})," instance."]}),"\n",(0,i.jsxs)(r.ol,{children:["\n",(0,i.jsx)(r.li,{children:"Shutdown Watcharr."}),"\n",(0,i.jsxs)(r.li,{children:["Copy and backup the entire ",(0,i.jsx)(r.code,{children:"data"})," folder (default location is ",(0,i.jsx)(r.code,{children:"./data"}),", backup whichever folder your server is configured to store its data in)."]}),"\n",(0,i.jsx)(r.li,{children:"Start Watcharr."}),"\n"]}),"\n",(0,i.jsx)(r.p,{children:"I call these the simple steps because they simply backup your entire server, if you ever need to restore your server, it will start up from its exact state at backup."}),"\n",(0,i.jsx)(r.h2,{id:"advanced-steps",children:"Advanced Steps"}),"\n",(0,i.jsx)(r.admonition,{title:"Discouraged",type:"danger",children:(0,i.jsx)(r.p,{children:"Backing up this way is discouraged because new important files could be added later and missed."})}),"\n",(0,i.jsx)(r.p,{children:'If you don\'t care about the warning not to backup this way, here are the "important" files that you can single out for backup:'}),"\n",(0,i.jsxs)(r.ul,{children:["\n",(0,i.jsxs)(r.li,{children:[(0,i.jsx)(r.code,{children:"watcharr.db"})," & ",(0,i.jsx)(r.code,{children:"watcharr.db-wal"})," Your database, holds all users, their watchlists, etc."]}),"\n",(0,i.jsxs)(r.li,{children:[(0,i.jsx)(r.code,{children:"watcharr.json"})," Server config."]}),"\n",(0,i.jsxs)(r.li,{children:[(0,i.jsx)(r.code,{children:"img/up"})," Profile picture uploads."]}),"\n",(0,i.jsxs)(r.li,{children:[(0,i.jsx)(r.code,{children:"img/games"})," Game posters (not exactly important, but scenarios in which this folder is not backed up have not been tested, only relevant for servers with game support enabled)."]}),"\n"]})]})}function u(e={}){const{wrapper:r}={...(0,s.R)(),...e.components};return r?(0,i.jsx)(r,{...e,children:(0,i.jsx)(l,{...e})}):l(e)}},8453(e,r,t){t.d(r,{R:()=>a,x:()=>o});var n=t(6540);const i={},s=n.createContext(i);function a(e){const r=n.useContext(s);return n.useMemo(function(){return"function"==typeof e?e(r):{...r,...e}},[r,e])}function o(e){let r;return r=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:a(e.components),n.createElement(s.Provider,{value:r},e.children)}}}]);
-1
View File
@@ -1 +0,0 @@
"use strict";(globalThis.webpackChunkwatcharr_doc=globalThis.webpackChunkwatcharr_doc||[]).push([[671],{2040(e,t,r){r.r(t),r.d(t,{assets:()=>c,contentTitle:()=>a,default:()=>u,frontMatter:()=>o,metadata:()=>n,toc:()=>d});const n=JSON.parse('{"id":"server_config/backup","title":"Backing Up","description":"Backing up your server.","source":"@site/docs/server_config/backup.md","sourceDirName":"server_config","slug":"/server_config/backup","permalink":"/docs/server_config/backup","draft":false,"unlisted":false,"editUrl":"https://github.com/sbondCo/Watcharr/tree/dev/doc/docs/server_config/backup.md","tags":[],"version":"current","sidebarPosition":100,"frontMatter":{"sidebar_position":100,"description":"Backing up your server."},"sidebar":"tutorialSidebar","previous":{"title":"Environment Variables","permalink":"/docs/server_config/environment-variables"},"next":{"title":"Importing","permalink":"/docs/category/importing"}}');var i=r(4848),s=r(8453);const o={sidebar_position:100,description:"Backing up your server."},a="Backing Up",c={},d=[{value:"Simple Steps",id:"simple-steps",level:2},{value:"Advanced Steps",id:"advanced-steps",level:2}];function l(e){const t={admonition:"admonition",code:"code",h1:"h1",h2:"h2",header:"header",li:"li",ol:"ol",p:"p",ul:"ul",...(0,s.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.header,{children:(0,i.jsx)(t.h1,{id:"backing-up",children:"Backing Up"})}),"\n",(0,i.jsx)(t.p,{children:"Watcharr cannot handle backing up for you, but its simple structure should make it easy to slide it into your existing backup routine."}),"\n",(0,i.jsx)(t.p,{children:"Once you have created your first backup, it's recommended that you try restoring from that backup to make sure everything is correct and will work in case you need to restore from it in the future."}),"\n",(0,i.jsx)(t.admonition,{title:"Shutdown your server!",type:"danger",children:(0,i.jsx)(t.p,{children:"Always shutdown Watcharr before backing up its data, otherwise you run the risk of corrupting files (mainly your database)."})}),"\n",(0,i.jsx)(t.h2,{id:"simple-steps",children:"Simple Steps"}),"\n",(0,i.jsx)(t.admonition,{title:"Recommended",type:"success",children:(0,i.jsx)(t.p,{children:"This is the recommended way to backup."})}),"\n",(0,i.jsxs)(t.p,{children:["Here are the steps that are run daily for the ",(0,i.jsx)(t.code,{children:"beta.watcharr.app"})," instance."]}),"\n",(0,i.jsxs)(t.ol,{children:["\n",(0,i.jsx)(t.li,{children:"Shutdown Watcharr."}),"\n",(0,i.jsxs)(t.li,{children:["Copy and backup the entire ",(0,i.jsx)(t.code,{children:"data"})," folder (default location is ",(0,i.jsx)(t.code,{children:"./data"}),", backup whichever folder your server is configured to store its data in)."]}),"\n",(0,i.jsx)(t.li,{children:"Start Watcharr."}),"\n"]}),"\n",(0,i.jsx)(t.p,{children:"I call these the simple steps because they simply backup your entire server, if you ever need to restore your server, it will start up from its exact state at backup."}),"\n",(0,i.jsx)(t.h2,{id:"advanced-steps",children:"Advanced Steps"}),"\n",(0,i.jsx)(t.admonition,{title:"Discouraged",type:"danger",children:(0,i.jsx)(t.p,{children:"Backing up this way is discouraged because new important files could be added later and missed."})}),"\n",(0,i.jsx)(t.p,{children:'If you don\'t care about the warning not to backup this way, here are the "important" files that you can single out for backup:'}),"\n",(0,i.jsxs)(t.ul,{children:["\n",(0,i.jsxs)(t.li,{children:[(0,i.jsx)(t.code,{children:"watcharr.db"})," Your database, holds all users, their watchlists, etc."]}),"\n",(0,i.jsxs)(t.li,{children:[(0,i.jsx)(t.code,{children:"watcharr.json"})," Server config."]}),"\n",(0,i.jsxs)(t.li,{children:[(0,i.jsx)(t.code,{children:"img/up"})," Profile picture uploads."]}),"\n",(0,i.jsxs)(t.li,{children:[(0,i.jsx)(t.code,{children:"img/games"})," Game posters (not exactly important, but scenarios in which this folder is not backed up have not been tested, only relevant for servers with game support enabled)."]}),"\n"]})]})}function u(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(l,{...e})}):l(e)}},8453(e,t,r){r.d(t,{R:()=>o,x:()=>a});var n=r(6540);const i={},s=n.createContext(i);function o(e){const t=n.useContext(s);return n.useMemo(function(){return"function"==typeof e?e(t):{...t,...e}},[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:o(e.components),n.createElement(s.Provider,{value:t},e.children)}}}]);
@@ -1 +1 @@
(()=>{"use strict";var e,a,r,t,d,o={},c={};function f(e){var a=c[e];if(void 0!==a)return a.exports;var r=c[e]={id:e,loaded:!1,exports:{}};return o[e].call(r.exports,r,r.exports,f),r.loaded=!0,r.exports}f.m=o,f.c=c,e=[],f.O=(a,r,t,d)=>{if(!r){var o=1/0;for(i=0;i<e.length;i++){for(var[r,t,d]=e[i],c=!0,n=0;n<r.length;n++)(!1&d||o>=d)&&Object.keys(f.O).every(e=>f.O[e](r[n]))?r.splice(n--,1):(c=!1,d<o&&(o=d));if(c){e.splice(i--,1);var b=t();void 0!==b&&(a=b)}}return a}d=d||0;for(var i=e.length;i>0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[r,t,d]},f.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return f.d(a,{a:a}),a},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var d=Object.create(null);f.r(d);var o={};a=a||[null,r({}),r([]),r(r)];for(var c=2&t&&e;("object"==typeof c||"function"==typeof c)&&!~a.indexOf(c);c=r(c))Object.getOwnPropertyNames(c).forEach(a=>o[a]=()=>e[a]);return o.default=()=>e,f.d(d,o),d},f.d=(e,a)=>{for(var r in a)f.o(a,r)&&!f.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:a[r]})},f.f={},f.e=e=>Promise.all(Object.keys(f.f).reduce((a,r)=>(f.f[r](e,a),a),[])),f.u=e=>"assets/js/"+({48:"a94703ab",61:"1f391b9e",97:"568bc3e4",98:"a7bd4aaa",134:"393be207",157:"c742a5ec",235:"a7456010",287:"b0e6f294",299:"d8d80848",303:"d9e31b1c",352:"8cfff9c6",361:"d37720bd",401:"17896441",449:"828ae7da",461:"d294ea5b",514:"6885b268",527:"e38456de",545:"f12d36e3",618:"45afa828",634:"c4f5d8e4",647:"5e95c892",671:"8494da2d",742:"aba21aa0",849:"0058b4c6",869:"760d6d76",887:"aa9d541a",899:"a09c2993",969:"14eb3368",990:"809512ee",996:"6b269b4f"}[e]||e)+"."+{48:"5e89ff31",61:"f6452e68",97:"1ef3dca6",98:"5c80c731",134:"77279b04",157:"62b9efe6",235:"690e10ce",237:"87ce40e0",285:"ecf30459",287:"8cd2710d",299:"ebec2bb9",303:"c2d8aa4b",352:"ea08dd5a",361:"08d101fe",401:"a877991e",449:"8d5e1ada",461:"4573b1f1",514:"0ccd16fa",527:"20ed0ade",545:"6512db9b",618:"9315791c",634:"f084dabe",647:"9c713677",671:"dc541eae",742:"1f888d55",849:"47da1b4d",869:"046a0bd6",887:"f25f6844",891:"e57a69c4",899:"82b1b8de",969:"fff76230",990:"17472274",996:"6fa89571"}[e]+".js",f.miniCssF=e=>{},f.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),t={},d="watcharr-doc:",f.l=(e,a,r,o)=>{if(t[e])t[e].push(a);else{var c,n;if(void 0!==r)for(var b=document.getElementsByTagName("script"),i=0;i<b.length;i++){var l=b[i];if(l.getAttribute("src")==e||l.getAttribute("data-webpack")==d+r){c=l;break}}c||(n=!0,(c=document.createElement("script")).charset="utf-8",f.nc&&c.setAttribute("nonce",f.nc),c.setAttribute("data-webpack",d+r),c.src=e),t[e]=[a];var u=(a,r)=>{c.onerror=c.onload=null,clearTimeout(s);var d=t[e];if(delete t[e],c.parentNode&&c.parentNode.removeChild(c),d&&d.forEach(e=>e(r)),a)return a(r)},s=setTimeout(u.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=u.bind(null,c.onerror),c.onload=u.bind(null,c.onload),n&&document.head.appendChild(c)}},f.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.p="/",f.gca=function(e){return e={17896441:"401",a94703ab:"48","1f391b9e":"61","568bc3e4":"97",a7bd4aaa:"98","393be207":"134",c742a5ec:"157",a7456010:"235",b0e6f294:"287",d8d80848:"299",d9e31b1c:"303","8cfff9c6":"352",d37720bd:"361","828ae7da":"449",d294ea5b:"461","6885b268":"514",e38456de:"527",f12d36e3:"545","45afa828":"618",c4f5d8e4:"634","5e95c892":"647","8494da2d":"671",aba21aa0:"742","0058b4c6":"849","760d6d76":"869",aa9d541a:"887",a09c2993:"899","14eb3368":"969","809512ee":"990","6b269b4f":"996"}[e]||e,f.p+f.u(e)},(()=>{var e={354:0,250:0};f.f.j=(a,r)=>{var t=f.o(e,a)?e[a]:void 0;if(0!==t)if(t)r.push(t[2]);else if(/^(250|354)$/.test(a))e[a]=0;else{var d=new Promise((r,d)=>t=e[a]=[r,d]);r.push(t[2]=d);var o=f.p+f.u(a),c=new Error;f.l(o,r=>{if(f.o(e,a)&&(0!==(t=e[a])&&(e[a]=void 0),t)){var d=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;c.message="Loading chunk "+a+" failed.\n("+d+": "+o+")",c.name="ChunkLoadError",c.type=d,c.request=o,t[1](c)}},"chunk-"+a,a)}},f.O.j=a=>0===e[a];var a=(a,r)=>{var t,d,[o,c,n]=r,b=0;if(o.some(a=>0!==e[a])){for(t in c)f.o(c,t)&&(f.m[t]=c[t]);if(n)var i=n(f)}for(a&&a(r);b<o.length;b++)d=o[b],f.o(e,d)&&e[d]&&e[d][0](),e[d]=0;return f.O(i)},r=globalThis.webpackChunkwatcharr_doc=globalThis.webpackChunkwatcharr_doc||[];r.forEach(a.bind(null,0)),r.push=a.bind(null,r.push.bind(r))})()})();
(()=>{"use strict";var e,a,r,t,d,o={},c={};function n(e){var a=c[e];if(void 0!==a)return a.exports;var r=c[e]={id:e,loaded:!1,exports:{}};return o[e].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}n.m=o,n.c=c,e=[],n.O=(a,r,t,d)=>{if(!r){var o=1/0;for(i=0;i<e.length;i++){for(var[r,t,d]=e[i],c=!0,f=0;f<r.length;f++)(!1&d||o>=d)&&Object.keys(n.O).every(e=>n.O[e](r[f]))?r.splice(f--,1):(c=!1,d<o&&(o=d));if(c){e.splice(i--,1);var b=t();void 0!==b&&(a=b)}}return a}d=d||0;for(var i=e.length;i>0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[r,t,d]},n.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return n.d(a,{a:a}),a},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,n.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var d=Object.create(null);n.r(d);var o={};a=a||[null,r({}),r([]),r(r)];for(var c=2&t&&e;("object"==typeof c||"function"==typeof c)&&!~a.indexOf(c);c=r(c))Object.getOwnPropertyNames(c).forEach(a=>o[a]=()=>e[a]);return o.default=()=>e,n.d(d,o),d},n.d=(e,a)=>{for(var r in a)n.o(a,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:a[r]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce((a,r)=>(n.f[r](e,a),a),[])),n.u=e=>"assets/js/"+({48:"a94703ab",61:"1f391b9e",97:"568bc3e4",98:"a7bd4aaa",134:"393be207",157:"c742a5ec",235:"a7456010",287:"b0e6f294",299:"d8d80848",303:"d9e31b1c",352:"8cfff9c6",361:"d37720bd",401:"17896441",449:"828ae7da",461:"d294ea5b",514:"6885b268",527:"e38456de",545:"f12d36e3",618:"45afa828",634:"c4f5d8e4",647:"5e95c892",671:"8494da2d",742:"aba21aa0",849:"0058b4c6",869:"760d6d76",887:"aa9d541a",899:"a09c2993",969:"14eb3368",990:"809512ee",996:"6b269b4f"}[e]||e)+"."+{48:"5e89ff31",61:"f6452e68",97:"1ef3dca6",98:"5c80c731",134:"77279b04",157:"62b9efe6",235:"690e10ce",237:"87ce40e0",285:"ecf30459",287:"8cd2710d",299:"ebec2bb9",303:"c2d8aa4b",352:"ea08dd5a",361:"08d101fe",401:"a877991e",449:"8d5e1ada",461:"4573b1f1",514:"0ccd16fa",527:"20ed0ade",545:"6512db9b",618:"9315791c",634:"f084dabe",647:"9c713677",671:"a80f25ad",742:"1f888d55",849:"47da1b4d",869:"046a0bd6",887:"f25f6844",891:"e57a69c4",899:"82b1b8de",969:"fff76230",990:"17472274",996:"6fa89571"}[e]+".js",n.miniCssF=e=>{},n.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),t={},d="watcharr-doc:",n.l=(e,a,r,o)=>{if(t[e])t[e].push(a);else{var c,f;if(void 0!==r)for(var b=document.getElementsByTagName("script"),i=0;i<b.length;i++){var l=b[i];if(l.getAttribute("src")==e||l.getAttribute("data-webpack")==d+r){c=l;break}}c||(f=!0,(c=document.createElement("script")).charset="utf-8",n.nc&&c.setAttribute("nonce",n.nc),c.setAttribute("data-webpack",d+r),c.src=e),t[e]=[a];var u=(a,r)=>{c.onerror=c.onload=null,clearTimeout(s);var d=t[e];if(delete t[e],c.parentNode&&c.parentNode.removeChild(c),d&&d.forEach(e=>e(r)),a)return a(r)},s=setTimeout(u.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=u.bind(null,c.onerror),c.onload=u.bind(null,c.onload),f&&document.head.appendChild(c)}},n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.p="/",n.gca=function(e){return e={17896441:"401",a94703ab:"48","1f391b9e":"61","568bc3e4":"97",a7bd4aaa:"98","393be207":"134",c742a5ec:"157",a7456010:"235",b0e6f294:"287",d8d80848:"299",d9e31b1c:"303","8cfff9c6":"352",d37720bd:"361","828ae7da":"449",d294ea5b:"461","6885b268":"514",e38456de:"527",f12d36e3:"545","45afa828":"618",c4f5d8e4:"634","5e95c892":"647","8494da2d":"671",aba21aa0:"742","0058b4c6":"849","760d6d76":"869",aa9d541a:"887",a09c2993:"899","14eb3368":"969","809512ee":"990","6b269b4f":"996"}[e]||e,n.p+n.u(e)},(()=>{var e={354:0,250:0};n.f.j=(a,r)=>{var t=n.o(e,a)?e[a]:void 0;if(0!==t)if(t)r.push(t[2]);else if(/^(250|354)$/.test(a))e[a]=0;else{var d=new Promise((r,d)=>t=e[a]=[r,d]);r.push(t[2]=d);var o=n.p+n.u(a),c=new Error;n.l(o,r=>{if(n.o(e,a)&&(0!==(t=e[a])&&(e[a]=void 0),t)){var d=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;c.message="Loading chunk "+a+" failed.\n("+d+": "+o+")",c.name="ChunkLoadError",c.type=d,c.request=o,t[1](c)}},"chunk-"+a,a)}},n.O.j=a=>0===e[a];var a=(a,r)=>{var t,d,[o,c,f]=r,b=0;if(o.some(a=>0!==e[a])){for(t in c)n.o(c,t)&&(n.m[t]=c[t]);if(f)var i=f(n)}for(a&&a(r);b<o.length;b++)d=o[b],n.o(e,d)&&e[d]&&e[d][0](),e[d]=0;return n.O(i)},r=globalThis.webpackChunkwatcharr_doc=globalThis.webpackChunkwatcharr_doc||[];r.forEach(a.bind(null,0)),r.push=a.bind(null,r.push.bind(r))})()})();
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Importing | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/category/importing"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Importing | Watcharr Docs"><meta data-rh="true" name="description" content="Guides for importing your data from other services."><meta data-rh="true" property="og:description" content="Guides for importing your data from other services."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/category/importing"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/category/importing" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/category/importing" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Importing","item":"https://watcharr.app/docs/category/importing"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Installation | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/category/installation"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Installation | Watcharr Docs"><meta data-rh="true" name="description" content="Choose how you would like to install Watcharr."><meta data-rh="true" property="og:description" content="Choose how you would like to install Watcharr."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/category/installation"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/category/installation" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/category/installation" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Installation","item":"https://watcharr.app/docs/category/installation"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Server Configuration | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/category/server-configuration"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Server Configuration | Watcharr Docs"><meta data-rh="true" name="description" content="Learn how to configure your server."><meta data-rh="true" property="og:description" content="Learn how to configure your server."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/category/server-configuration"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/category/server-configuration" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/category/server-configuration" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Server Configuration","item":"https://watcharr.app/docs/category/server-configuration"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Usage | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/category/usage"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Usage | Watcharr Docs"><meta data-rh="true" name="description" content="Hopefully Watcharr is easy enough to get started with and use, but incase you are stuck, one of these usage guides may help."><meta data-rh="true" property="og:description" content="Hopefully Watcharr is easy enough to get started with and use, but incase you are stuck, one of these usage guides may help."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/category/usage"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/category/usage" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/category/usage" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Usage","item":"https://watcharr.app/docs/category/usage"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">MyAnimeList | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/importing/myanimelist"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="MyAnimeList | Watcharr Docs"><meta data-rh="true" name="description" content="You may consider a backup of your server before starting any import. They are not easily reversible, though we do our best to ensure they are accurate and bug free!"><meta data-rh="true" property="og:description" content="You may consider a backup of your server before starting any import. They are not easily reversible, though we do our best to ensure they are accurate and bug free!"><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/importing/myanimelist"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/importing/myanimelist" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/importing/myanimelist" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Importing","item":"https://watcharr.app/docs/category/importing"},{"@type":"ListItem","position":2,"name":"MyAnimeList","item":"https://watcharr.app/docs/importing/myanimelist"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Text File (.txt list) | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/importing/text-file"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Text File (.txt list) | Watcharr Docs"><meta data-rh="true" name="description" content="You may consider a backup of your server before starting any import. They are not easily reversible, though we do our best to ensure they are accurate and bug free!"><meta data-rh="true" property="og:description" content="You may consider a backup of your server before starting any import. They are not easily reversible, though we do our best to ensure they are accurate and bug free!"><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/importing/text-file"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/importing/text-file" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/importing/text-file" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Importing","item":"https://watcharr.app/docs/category/importing"},{"@type":"ListItem","position":2,"name":"Text File (.txt list)","item":"https://watcharr.app/docs/importing/text-file"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Trakt | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/importing/trakt"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Trakt | Watcharr Docs"><meta data-rh="true" name="description" content="You may consider a backup of your server before starting any import. They are not easily reversible, though we do our best to ensure they are accurate and bug free!"><meta data-rh="true" property="og:description" content="You may consider a backup of your server before starting any import. They are not easily reversible, though we do our best to ensure they are accurate and bug free!"><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/importing/trakt"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/importing/trakt" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/importing/trakt" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Importing","item":"https://watcharr.app/docs/category/importing"},{"@type":"ListItem","position":2,"name":"Trakt","item":"https://watcharr.app/docs/importing/trakt"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Watcharr | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/importing/watcharr"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Watcharr | Watcharr Docs"><meta data-rh="true" name="description" content="You may consider a backup of your server before starting any import. They are not easily reversible, though we do our best to ensure they are accurate and bug free!"><meta data-rh="true" property="og:description" content="You may consider a backup of your server before starting any import. They are not easily reversible, though we do our best to ensure they are accurate and bug free!"><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/importing/watcharr"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/importing/watcharr" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/importing/watcharr" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Importing","item":"https://watcharr.app/docs/category/importing"},{"@type":"ListItem","position":2,"name":"Watcharr","item":"https://watcharr.app/docs/importing/watcharr"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Docker Compose | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/installation/docker-compose"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Docker Compose | Watcharr Docs"><meta data-rh="true" name="description" content="Install and setup with Docker Compose."><meta data-rh="true" property="og:description" content="Install and setup with Docker Compose."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/installation/docker-compose"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/installation/docker-compose" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/installation/docker-compose" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Installation","item":"https://watcharr.app/docs/category/installation"},{"@type":"ListItem","position":2,"name":"Docker Compose","item":"https://watcharr.app/docs/installation/docker-compose"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">For Development | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/installation/for-development"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="For Development | Watcharr Docs"><meta data-rh="true" name="description" content="Building from source for developing upon Watcharr."><meta data-rh="true" property="og:description" content="Building from source for developing upon Watcharr."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/installation/for-development"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/installation/for-development" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/installation/for-development" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Installation","item":"https://watcharr.app/docs/category/installation"},{"@type":"ListItem","position":2,"name":"For Development","item":"https://watcharr.app/docs/installation/for-development"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">From Source | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/installation/from-source"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="From Source | Watcharr Docs"><meta data-rh="true" name="description" content="Building and installing from source."><meta data-rh="true" property="og:description" content="Building and installing from source."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/installation/from-source"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/installation/from-source" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/installation/from-source" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Installation","item":"https://watcharr.app/docs/category/installation"},{"@type":"ListItem","position":2,"name":"From Source","item":"https://watcharr.app/docs/installation/from-source"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Introduction | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/introduction"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Introduction | Watcharr Docs"><meta data-rh="true" name="description" content="Watcharr is for the peeps who like to keep a list of all the content they have ever watched."><meta data-rh="true" property="og:description" content="Watcharr is for the peeps who like to keep a list of all the content they have ever watched."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/introduction"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/introduction" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/introduction" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Introduction","item":"https://watcharr.app/docs/introduction"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+2 -2
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Backing Up | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/server_config/backup"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Backing Up | Watcharr Docs"><meta data-rh="true" name="description" content="Backing up your server."><meta data-rh="true" property="og:description" content="Backing up your server."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/server_config/backup"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/backup" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/backup" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Server Configuration","item":"https://watcharr.app/docs/category/server-configuration"},{"@type":"ListItem","position":2,"name":"Backing Up","item":"https://watcharr.app/docs/server_config/backup"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
@@ -28,7 +28,7 @@
<div class="theme-admonition theme-admonition-danger admonition_xJq3 alert alert--danger"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"></path></svg></span>Discouraged</div><div class="admonitionContent_BuS1"><p>Backing up this way is discouraged because new important files could be added later and missed.</p></div></div>
<p>If you don&#x27;t care about the warning not to backup this way, here are the &quot;important&quot; files that you can single out for backup:</p>
<ul>
<li class=""><code>watcharr.db</code> Your database, holds all users, their watchlists, etc.</li>
<li class=""><code>watcharr.db</code> &amp; <code>watcharr.db-wal</code> Your database, holds all users, their watchlists, etc.</li>
<li class=""><code>watcharr.json</code> Server config.</li>
<li class=""><code>img/up</code> Profile picture uploads.</li>
<li class=""><code>img/games</code> Game posters (not exactly important, but scenarios in which this folder is not backed up have not been tested, only relevant for servers with game support enabled).</li>
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Environment Variables | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/server_config/environment-variables"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Environment Variables | Watcharr Docs"><meta data-rh="true" name="description" content="All environment variables you can use to start your server in a specific way."><meta data-rh="true" property="og:description" content="All environment variables you can use to start your server in a specific way."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/server_config/environment-variables"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/environment-variables" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/environment-variables" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Server Configuration","item":"https://watcharr.app/docs/category/server-configuration"},{"@type":"ListItem","position":2,"name":"Environment Variables","item":"https://watcharr.app/docs/server_config/environment-variables"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Games Support (via IGDB/Twitch) | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/server_config/game-support-igdb"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Games Support (via IGDB/Twitch) | Watcharr Docs"><meta data-rh="true" name="description" content="Setting up video game support."><meta data-rh="true" property="og:description" content="Setting up video game support."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/server_config/game-support-igdb"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/game-support-igdb" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/game-support-igdb" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Server Configuration","item":"https://watcharr.app/docs/category/server-configuration"},{"@type":"ListItem","position":2,"name":"Games Support (via IGDB/Twitch)","item":"https://watcharr.app/docs/server_config/game-support-igdb"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Jellyfin Authentication | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/server_config/jellyfin-auth"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Jellyfin Authentication | Watcharr Docs"><meta data-rh="true" name="description" content="Enabling Jellyfin as an authentication provider."><meta data-rh="true" property="og:description" content="Enabling Jellyfin as an authentication provider."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/server_config/jellyfin-auth"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/jellyfin-auth" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/jellyfin-auth" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Server Configuration","item":"https://watcharr.app/docs/category/server-configuration"},{"@type":"ListItem","position":2,"name":"Jellyfin Authentication","item":"https://watcharr.app/docs/server_config/jellyfin-auth"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Plex Authentication | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/server_config/plex-auth"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Plex Authentication | Watcharr Docs"><meta data-rh="true" name="description" content="Enabling Plex as an authentication provider."><meta data-rh="true" property="og:description" content="Enabling Plex as an authentication provider."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/server_config/plex-auth"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/plex-auth" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/plex-auth" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Server Configuration","item":"https://watcharr.app/docs/category/server-configuration"},{"@type":"ListItem","position":2,"name":"Plex Authentication","item":"https://watcharr.app/docs/server_config/plex-auth"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Restoring Admin Priviliges | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/server_config/restoring-admin"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Restoring Admin Priviliges | Watcharr Docs"><meta data-rh="true" name="description" content="Getting admin privileges for your account without already having access to an account with admin."><meta data-rh="true" property="og:description" content="Getting admin privileges for your account without already having access to an account with admin."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/server_config/restoring-admin"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/restoring-admin" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/server_config/restoring-admin" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Server Configuration","item":"https://watcharr.app/docs/category/server-configuration"},{"@type":"ListItem","position":2,"name":"Restoring Admin Priviliges","item":"https://watcharr.app/docs/server_config/restoring-admin"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Adding To Your Watchlist | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/docs/usage/adding-to-watchlist"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docusaurus_version" content="current"><meta data-rh="true" name="docusaurus_tag" content="docs-default-current"><meta data-rh="true" name="docsearch:version" content="current"><meta data-rh="true" name="docsearch:docusaurus_tag" content="docs-default-current"><meta data-rh="true" property="og:title" content="Adding To Your Watchlist | Watcharr Docs"><meta data-rh="true" name="description" content="Adding movies or shows to your watchlist is the core feature of Watcharr."><meta data-rh="true" property="og:description" content="Adding movies or shows to your watchlist is the core feature of Watcharr."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/docs/usage/adding-to-watchlist"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/usage/adding-to-watchlist" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/docs/usage/adding-to-watchlist" hreflang="x-default"><script data-rh="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Usage","item":"https://watcharr.app/docs/category/usage"},{"@type":"ListItem","position":2,"name":"Adding To Your Watchlist","item":"https://watcharr.app/docs/usage/adding-to-watchlist"}]}</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Watcharr Docs"><meta data-rh="true" name="description" content="Description will go into a meta tag in &lt;head /&gt;"><meta data-rh="true" property="og:description" content="Description will go into a meta tag in &lt;head /&gt;"><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/"><link data-rh="true" rel="alternate" href="https://watcharr.app/" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/" hreflang="x-default"><script data-rh="true">function insertBanner(){var n=document.createElement("div");n.id="__docusaurus-base-url-issue-banner-container";n.innerHTML='\n<div id="__docusaurus-base-url-issue-banner" style="border: thick solid red; background-color: rgb(255, 230, 179); margin: 20px; padding: 20px; font-size: 20px;">\n <p style="font-weight: bold; font-size: 30px;">Your Docusaurus site did not load properly.</p>\n <p>A very common reason is a wrong site <a href="https://docusaurus.io/docs/docusaurus.config.js/#baseUrl" style="font-weight: bold;">baseUrl configuration</a>.</p>\n <p>Current configured baseUrl = <span style="font-weight: bold; color: red;">/</span> (default value)</p>\n <p>We suggest trying baseUrl = <span id="__docusaurus-base-url-issue-banner-suggestion-container" style="font-weight: bold; color: green;"></span></p>\n</div>\n',document.body.prepend(n);var e=document.getElementById("__docusaurus-base-url-issue-banner-suggestion-container"),s=window.location.pathname,o="/"===s.substr(-1)?s:s+"/";e.innerHTML=o}document.addEventListener("DOMContentLoaded",function(){void 0===window.docusaurus&&insertBanner()})</script><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="generator" content="Docusaurus v3.9.2">
<title data-rh="true">Markdown page example | Watcharr Docs</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" name="twitter:image" content="https://watcharr.app/img/social-card.png"><meta data-rh="true" property="og:url" content="https://watcharr.app/markdown-page"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Markdown page example | Watcharr Docs"><meta data-rh="true" name="description" content="You don&#x27;t need React to write simple standalone pages."><meta data-rh="true" property="og:description" content="You don&#x27;t need React to write simple standalone pages."><link data-rh="true" rel="icon" href="/img/favicon.png"><link data-rh="true" rel="canonical" href="https://watcharr.app/markdown-page"><link data-rh="true" rel="alternate" href="https://watcharr.app/markdown-page" hreflang="en"><link data-rh="true" rel="alternate" href="https://watcharr.app/markdown-page" hreflang="x-default"><link rel="stylesheet" href="/assets/css/styles.b440cd64.css">
<script src="/assets/js/runtime~main.fbd2f08a.js" defer="defer"></script>
<script src="/assets/js/runtime~main.b71a0f6c.js" defer="defer"></script>
<script src="/assets/js/main.04a4ba76.js" defer="defer"></script>
</head>
<body class="navigation-with-keyboard">