JonnyWong16
cf96db90ad
docs(proxy): update sub_filter
for subfolder ( #3046 ) [skip ci]
...
The updated `next.js` dependency has a new regex match in the code for `/^\/_next\/data\//`.
This `sub_filter` creates invalid regex `/^\/overseerr/_next\/data\//`
```nginx
sub_filter '/_next' '/$app/_next';
```
It needs to be updated to substitute the correct the regex `/^\/overseerr\/_next\/data\//`
```nginx
sub_filter '\/_next' '\/$app\/_next';
sub_filter '/_next' '/$app/_next';
```
2022-09-22 18:16:08 +00:00
TheCatLady
9021696cf0
fix(lang): correct capitalization of 'TMDB' ( #2953 )
2022-08-20 12:23:16 +09:00
Gian Marco Cinalli
475314c87b
docs: update fail2ban documentation to handle logging changes ( #2707 ) [skip ci]
2022-04-25 16:13:41 +00:00
TheCatLady
05d2dac3ab
docs: add Overseerr Assistant to third-party integrations ( #2243 ) [skip ci]
2021-10-28 14:21:54 +04:00
TheCatLady
6565c7dd9b
docs: add FAQ entry about mobile apps ( #2228 ) [skip ci]
...
* docs: grammar correction
* docs: add FAQ about mobile apps
* docs: remove Overseerr-Extension for now
2021-10-24 16:35:36 +04:00
TheCatLady
dca363809d
docs: add Overseerr-Extension to 3rd-party integrations ( #2227 ) [skip ci]
2021-10-24 07:58:40 -04:00
TheCatLady
b7ba90d67b
docs: improve Docker documentation ( #2109 ) [skip ci]
...
* docs: improve Docker documentation
* docs: suggested changes
* docs: minor formatting changes
* docs: add Doplarr to list of third-party integrations
* docs: rename docker run tab
* docs: add link to official Docker CLI docs
* docs: minor edits
2021-10-10 03:29:27 +04:00
sct
beb5637d9f
feat: new logo, who dis? ( #1802 )
2021-06-17 20:46:40 +09:00
HubDuck
c153c055f1
docs: add Nginx Proxy Manager to reverse proxy documentation ( #1741 ) [skip ci]
...
* docs: adding npm section reverse-proxy
Adds npm configuration example to the docs for the reverse-proxy page under extending-overseerr.
Adds example image to public/images/docs
* docs: adding npm section reverse-proxy with tcl suggestions
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
* Delete npm_example.png
* docs: adding npm section reverse-proxy
Tabulation of nginx services
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
2021-06-07 09:03:55 -04:00
TheCatLady
e0491ab02a
docs: update documentation to reflect recent changes/additions ( #1730 ) [skip ci]
...
* docs: update documentation to reflect recent changes/additions
* docs: add list of third-party integrations
* docs: add v3 warning
* docs: fix Docker for Windows link text
* docs: fix Telegram 'Send Silently' setting description
* docs: note that application URL is required for password reset/generation
* docs: add additional details on webhook template variables
2021-06-04 22:15:32 +09:00
TheCatLady
0aa2c53100
docs: only include necessary lines in example Nginx subfolder conf ( #1348 ) [skip ci]
...
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com >
2021-04-01 19:07:04 -04:00
JonnyWong16
74e39b0b45
docs(proxy): add nginx subfolder reverse proxy ( #1114 ) [skip ci]
2021-03-07 19:41:52 -05:00
TheCatLady
09b5019e95
refactor(api): rename Plex auth endpoint ( #949 )
2021-02-23 21:26:21 +09:00
TheCatLady
34618edc13
docs: Various edits, and addition of UI style guide ( #982 ) [skip ci]
2021-02-21 09:38:48 +09:00
Douglas Parker
92be2ee42b
docs: update LE/NGINX CSP to fix loading of resources ( #797 )
2021-02-01 12:26:10 +09:00
TheCatLady
f1dd5e7e12
feat(ui): Move PROXY setting to UI ( #782 )
...
Users who have set PROXY=yes in their Docker containers will need to configure this setting in the UI and restart the container.
2021-01-30 10:46:51 +09:00
costaht
c43cd16eff
Setting up Fail2ban with Overseerr ( #739 )
...
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com >
Co-authored-by: Jakob Ankarhem <jakob.ankarhem@outlook.com >
2021-01-29 17:03:59 +09:00
Jakob Ankarhem
9342a40bbc
fix(ip logging): add env var for proxy to fix ip logging on failed logins ( #756 )
2021-01-27 08:18:45 +09:00
Roxedus
70229d12ab
docs(reverse-proxy): Add note for bundled sample SWAG ( #681 ) [skip ci]
...
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com >
2021-01-18 17:40:19 -05:00
hirenshah
03c690b00b
docs: Update LE/NGINX to remove CSP [skip ci]
2021-01-17 12:13:38 -05:00
Danshil Mungur
d53d61014f
docs(reverse-proxy-examples): removed duplicate text in hint ( #520 ) [skip ci]
2020-12-29 02:25:09 +09:00
sct
30ed82e155
docs: documentation update ( #516 ) [skip ci]
...
* docs: testing docs with gitbook
* GitBook: [docs] 3 pages modified
* GitBook: [docs] one page modified
* docs: migrate more wiki docs
* docs: Update gmail. Add 4k FAQ
* GitBook: [docs] 6 pages modified
* docs: add media missing in overseerr to faq
* GitBook: [docs] one page modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] 2 pages modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] 5 pages modified
* GitBook: [docs] one page modified
* GitBook: [docs] 2 pages modified
Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com >
Co-authored-by: samwiseg0 <phillipah@gmail.com >
2020-12-27 19:27:03 +09:00