Search found 4 matches

by colpepe
08 Apr 2021, 15:04
Forum: Synology NAS & Embedded Linux
Topic: [FileBot Node] DSM 6.2.4 authentication workaround
Replies: 65
Views: 58078

Re: [FileBot Node] DSM 6.2.4 authentication workaround

@rednoah - my syno 'admin' account is disabled and FBN runs fine in my case, just for the record.

@Aglyons - That is the first I heard about the MODS tools, thanks for that. Is there any reason you wouldn't just schedule filebot to run a task every 5-10 mins so you don't have to hassle with running ...
by colpepe
07 Apr 2021, 15:51
Forum: Synology NAS & Embedded Linux
Topic: [FileBot Node] DSM 6.2.4 authentication workaround
Replies: 65
Views: 58078

Re: [FileBot Node] DSM 6.2.4 authentication workaround

Alright I will take back what I said Noah. I am up and working at present.

1. Killed Filebot Node service
2. Updated '/var/packages/filebot-node/target/start' with local device admin creds
3. Started Filebot Node service back up
4. Logged into web page; text is now showing in terminal window
5 ...
by colpepe
07 Apr 2021, 13:00
Forum: Synology NAS & Embedded Linux
Topic: [FileBot Node] DSM 6.2.4 authentication workaround
Replies: 65
Views: 58078

Re: [FileBot Node] DSM 6.2.4 authentication workaround

On my Node page I get the following errors:

Firstly,

app.js?_dc=20200824200454:1 Uncaught RangeError: Maximum call stack size exceeded
at String.replace (<anonymous>)
at Object.encodeString (app.js?_dc=20200824200454:1)
at Object.doEncode [as encodeValue] (app.js?_dc=20200824200454:1)
at ...
by colpepe
06 Apr 2021, 19:45
Forum: Synology NAS & Embedded Linux
Topic: [FileBot Node] DSM 6.2.4 authentication workaround
Replies: 65
Views: 58078

Re: [FileBot Node] DSM 6.2.4 workaround

Hello. I am having similar issues with option B. Here is my full dump from '/var/packages/filebot-node/target/start':


#!/bin/sh

export FILEBOT_NODE_HOST="127.0.0.1" # bind to local nginx reverse proxy
export FILEBOT_NODE_AUTH="BASIC"
export FILEBOT_NODE_AUTH_USER=MyUser
export FILEBOT_NODE_AUTH ...