January 8, 20242 yr 1 minute ago, m1rc0 said: Sadly no. Would love to get some help @Roudy If you have everything else working and just the Admin page fails to load, you need to add the Extra Argument variable that is mentioned in the bitnami documentation with the --proxy=edge value. Here is a screen shot of it for reference.
January 17, 20242 yr db-backup. The files it creates are -rw------- 1 10000 10000 19203997 Jan 15 20:24 pgsql_nextclouddb_192.168.11.54_20240115-202405.sql.gz owner: rw, group: nothing, everyone: nothing how would I change this so a different docker can read the files and copy them to an external backup drive? chmod 777 those files?
January 22, 20242 yr Perfect, thanks! Found that over at the tiredofit github docs Added this VARIABLE: DEFAULT_FILESYSTEM_PATH_PERMISSION, as 0755, that should do the trick! thanks again
January 30, 20242 yr Whenever i install a bitnami docker i seem to get errors where directories cannot be created upon install.. ie: realpath: /bitnami/apache/conf: No such file or directory phpbb 15:51:50.89 INFO ==> Configuring Apache ServerTokens directive phpbb 15:51:50.91 INFO ==> Configuring PHP options phpbb 15:51:50.92 INFO ==> Setting PHP expose_php option phpbb 15:51:50.93 INFO ==> Setting PHP memory_limit option phpbb 15:51:50.95 INFO ==> Setting PHP output_buffering option phpbb 15:51:50.98 INFO ==> Validating settings in MYSQL_CLIENT_* env vars phpbb 15:51:51.09 INFO ==> Ensuring phpBB directories exist phpbb 15:51:51.10 INFO ==> Trying to connect to the database server phpbb 15:51:51.12 INFO ==> Creating configuration file for installation phpbb 15:51:51.98 INFO ==> Starting apache in background phpbb 15:51:57.11 INFO ==> apache started phpbb 15:51:57.11 INFO ==> Running installation wizard phpbb 15:52:57.78 ERROR ==> phpBB failed to install phpbb 15:52:57.79 INFO ==> Stopping apache phpbb 15:52:58.85 INFO ==> apache stopped phpbb 15:52:58.86 INFO ==> Persisting phpBB installation cp: cannot create directory '/bitnami/phpbb/store': Permission denied anyone know how is this fixed? ive seen a few youtube videos where people type a chown command to give permissions... but sometimes the user:group number is different, anyone know how to determine what user/group or what UID it should be?
February 12, 20242 yr Am having 0 luck getting cryptpad to work. Have looked at both the doco on community apps and the github with 0 luck. Not much info to be found by search either Anyone had any luck? I have had to move the ports to 3050 and 3051 for Nginx proxy manager. Edited February 12, 20242 yr by Sebby
February 12, 20242 yr Anyone have any idea how to add this to existing Matrix server for Element X app can be used? A “for dummies” edition like me? https://github.com/matrix-org/sliding-sync/blob/main/docs/Landing.md
February 23, 20242 yr I just installed Drop. I can access it on my network, but would like to outside my network as well. I'm using a nginx proxy manager. The login page will load. But after putting in the info the page goes blank. Any ideas? Thanks Edited February 23, 20242 yr by gadget069
February 25, 20242 yr Hello, I have installed the Dashy APP using latest version of Unraid. I added the directory as directed, but get the error below. Not sure what else to do. I added this in terminal first: mkdir /mnt/user/appdata/dashy/ wget -O /mnt/user/appdata/dashy/conf.yml https://raw.githubusercontent.com/Lissy93/dashy/master/public/conf.yml -Edit conf.yml
March 7, 20242 yr On 11/15/2023 at 2:13 AM, S3v3nD34dly51ns said: I have run into this so many times, I have uninstalled, reinstalled and still had issues. then i figured it out. 1. go into your (shared) appdata folders and create a separate folder (expose the appdata to SMB if it's easier, I named my folder moodle-DB). 2. Install Mariadb through the community apps, for testing i made it simple, port 3327, all passwords for the database were 'moodle', then for the appdata folder it points to point it to your newly created 'moodle-DB folder' let it run its course. 3.install moodle from the apps, within the configuration point it to the database using the IP address and it's port, now here's where i kept dropping the ball, within the setup of the path data it is not 'finished' per say the container path shows /mnt/user/appdata/moodle/path however the field to fill it out just shows /mnt/user/appdata/moodle/ so i threw in path at the end and it started into installing 4. Check your logs for moodle when it's installing Also if you have residual folders and files left over from prior installs its a good idea to remove them with the cleanup appdata plugin and remove them entirely and start fresh. Hope that helps some. Thank You so much, I wasted a lot of time error-hunting. The missing /path was the solution.
March 10, 20242 yr Hi, i can't get cryptpad running. After solving the permission rights and solving the problem, that the config was created as a folder, I still can't get on the webif. I can see this in the log > [email protected] start > node server.js nothing more is happening edit: i also added this to the config, didn't help (this is the ip of the container( httpUnsafeOrigin: 'http://192.168.178.8:3000', The container is running, but webif not accessible Is there someone, who got it working? Edited March 10, 20242 yr by scissabob
March 11, 20242 yr On 2/25/2024 at 1:14 AM, ArmstrongNET said: Hello, I have installed the Dashy APP using latest version of Unraid. I added the directory as directed, but get the error below. Not sure what else to do. I added this in terminal first: mkdir /mnt/user/appdata/dashy/ wget -O /mnt/user/appdata/dashy/conf.yml https://raw.githubusercontent.com/Lissy93/dashy/master/public/conf.yml -Edit conf.yml Did you manage to find a solution to this? Like the idea of Dashy!
March 19, 20242 yr react resume server is a bust, sometimes I dont think people go through the setup process themselves before pushing an application through
March 19, 20242 yr Author 18 minutes ago, stayupthetree said: react resume server is a bust, sometimes I dont think people go through the setup process themselves before pushing an application through What does not work? i just run it again clean to make sure and it worked Please make sure of the following: If you changed the ports please make sure to change them in the PUBLIC_URL and PUBLIC_SERVER_URL env Make sure to change the Unraid_IP to your IP unraid ip an example (192.168.1.100) Created the database in postgres with the right premission an example for postgres is CREATE USER resume WITH PASSWORD 'password'; CREATE DATABASE resume WITH OWNER resume TEMPLATE template0 ENCODING 'UTF8'; GRANT ALL PRIVILEGES ON DATABASE resume TO resume; And thats about it Edited March 19, 20242 yr by A75G More info
March 20, 20242 yr Just installed Wallabag and seems to work - no erros - I made the DB dir and added the permissions. Hwoever the UI is totally broken - no images, all text no css etc. I know it isn't supposed to look like this. Any clue as to what I may have done wrong?
March 20, 20242 yr Author 5 minutes ago, CALMSURF said: Just installed Wallabag and seems to work - no erros - I made the DB dir and added the permissions. Hwoever the UI is totally broken - no images, all text no css etc. I know it isn't supposed to look like this. Any clue as to what I may have done wrong? Make sure Domain variable is configured correctly for example http://192.168.1.10:6500
March 23, 20242 yr I just installed Psitransfer from the community store. I seem to be unable to upload any files, because of 'Error: EACCES: permission denied, mkdir '/data/4210a2427cc7'. I am a newbie and not quite sure what to do. I assume I need to change permissions on the appdata/psitransfer folder? Can anyone provide some guidance? Thanks in advance!
March 24, 20242 yr Author 22 hours ago, Emphyrio said: I just installed Psitransfer from the community store. I seem to be unable to upload any files, because of 'Error: EACCES: permission denied, mkdir '/data/4210a2427cc7'. I am a newbie and not quite sure what to do. I assume I need to change permissions on the appdata/psitransfer folder? Can anyone provide some guidance? Thanks in advance! Run chown -R 1000 /mnt/user/appdata/psitransfer/
March 25, 20242 yr could anyone share their working changedetection.io + browserless config? I am getting error 200 when searching for a product restock with the chrome browser and am curious if this is a template issue or website issue that I'm trying to track
March 31, 20242 yr Hi, I've tried to use Grimoire but after successfully create a user, it is not possible to log in because the URL is not correct. It points to the wrong URL. ```sh User logged: foobar ClientResponseError 404: The requested resource wasn't found. at file:///app/node_modules/.pnpm/[email protected]/node_modules/pocketbase/dist/pocketbase.es.mjs:1:31966 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async load (file:///app/build/server/chunks/0-z6PrR-nZ.js:51:22) at async load_server_data (file:///app/build/server/index.js:1096:18) at async respond_with_error (file:///app/build/server/index.js:2236:27) at async resolve2 (file:///app/build/server/index.js:3692:16) at async Object.handle (file:///app/build/server/chunks/hooks.server-qcCxj1zK.js:34:20) at async respond (file:///app/build/server/index.js:3528:22) at async Array.ssr (file:///app/build/handler.js:1243:3) { url: 'http://localhost:5173/internal/pb/api/collections/categories/records?page=1&perPage=1000&expand=parent&filter=owner%3D%22j1i6k4x5d3o3fmc%22&sort=name', status: 404, response: { code: 404, message: "The requested resource wasn't found.", data: {} }, isAbort: false, originalError: { url: 'http://localhost:5173/internal/pb/api/collections/categories/records?page=1&perPage=1000&expand=parent&filter=owner%3D%22j1i6k4x5d3o3fmc%22&sort=name', status: 404, data: { code: 404, message: "The requested resource wasn't found.", data: {} } } } ``` The URL is not `http://localhost:5173` but `http://192.168.10.252:5173/`. The environnement variable `ORIGIN` is `http://192.168.10.252:5173`. Do you have any idea ?
March 31, 20242 yr Author 23 minutes ago, Roukmoute said: Hi, I've tried to use Grimoire but after successfully create a user, it is not possible to log in because the URL is not correct. It points to the wrong URL. ```sh User logged: foobar ClientResponseError 404: The requested resource wasn't found. at file:///app/node_modules/.pnpm/[email protected]/node_modules/pocketbase/dist/pocketbase.es.mjs:1:31966 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async load (file:///app/build/server/chunks/0-z6PrR-nZ.js:51:22) at async load_server_data (file:///app/build/server/index.js:1096:18) at async respond_with_error (file:///app/build/server/index.js:2236:27) at async resolve2 (file:///app/build/server/index.js:3692:16) at async Object.handle (file:///app/build/server/chunks/hooks.server-qcCxj1zK.js:34:20) at async respond (file:///app/build/server/index.js:3528:22) at async Array.ssr (file:///app/build/handler.js:1243:3) { url: 'http://localhost:5173/internal/pb/api/collections/categories/records?page=1&perPage=1000&expand=parent&filter=owner%3D%22j1i6k4x5d3o3fmc%22&sort=name', status: 404, response: { code: 404, message: "The requested resource wasn't found.", data: {} }, isAbort: false, originalError: { url: 'http://localhost:5173/internal/pb/api/collections/categories/records?page=1&perPage=1000&expand=parent&filter=owner%3D%22j1i6k4x5d3o3fmc%22&sort=name', status: 404, data: { code: 404, message: "The requested resource wasn't found.", data: {} } } } ``` The URL is not `http://localhost:5173` but `http://192.168.10.252:5173/`. The environnement variable `ORIGIN` is `http://192.168.10.252:5173`. Do you have any idea ? Please share screenshot of both templates and did you follow the steps?
April 3, 20242 yr I cannot login to Grimoire's admin login. It say's invalid credentials. I followed all the steps, installed Pocketbase, not sure what's going on. Edit: I think like the user above, it's not changing the origin from localhost to the IP you put in. Edited April 3, 20242 yr by Subutai
April 3, 20242 yr having an hard time with this matrix server no matter what i try cant get it to work socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported This server is configured to use 'matrix.org' as its trusted key server via the 'trusted_key_servers' config option. 'matrix.org' is a good choice for a key server since it is long-lived, stable and trusted. However, some admins may wish to use another server for this purpose. To suppress this warning and continue using 'matrix.org', admins should set 'suppress_key_server_warning' to 'true' in homeserver.yaml. -------------------------------------------------------------------------------- Error during startup: Traceback (most recent call last): File "/matrix/venv/lib/python3.11/site-packages/twisted/internet/tcp.py", line 1346, in startListening skt.bind(addr) OSError: [Errno 99] Cannot assign requested address During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 258, in wrapper await cb(*args, **kwargs) File "/matrix/venv/lib/python3.11/site-packages/synapse/app/homeserver.py", line 370, in start await _base.start(hs) File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 594, in start hs.start_listening() File "/matrix/venv/lib/python3.11/site-packages/synapse/app/homeserver.py", line 258, in start_listening self._listener_http(self.config, listener) File "/matrix/venv/lib/python3.11/site-packages/synapse/app/homeserver.py", line 147, in _listener_http ports = listen_http( ^^^^^^^^^^^^ File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 432, in listen_http ports = listen_tcp( ^^^^^^^^^^^ File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 363, in listen_tcp check_bind_error(e, address, bind_addresses) File "/matrix/venv/lib/python3.11/site-packages/synapse/app/__init__.py", line 60, in check_bind_error raise e File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 361, in listen_tcp r.append(reactor.listenTCP(port, factory, backlog, address)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/matrix/venv/lib/python3.11/site-packages/twisted/internet/posixbase.py", line 364, in listenTCP p.startListening() File "/matrix/venv/lib/python3.11/site-packages/twisted/internet/tcp.py", line 1348, in startListening raise CannotListenError(self.interface, self.port, le) twisted.internet.error.CannotListenError: Couldn't listen on ::1:8008: [Errno 99] Cannot assign requested address.
April 3, 20242 yr Author 10 hours ago, Subutai said: I cannot login to Grimoire's admin login. It say's invalid credentials. I followed all the steps, installed Pocketbase, not sure what's going on. Edit: I think like the user above, it's not changing the origin from localhost to the IP you put in. Please share screenshot of both templates and in unraid cli show me what ls /mnt/user/appdata/pocketbase/pb_migrations/ 3 hours ago, dave234ee said: having an hard time with this matrix server no matter what i try cant get it to work socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported socket: Protocol not supported This server is configured to use 'matrix.org' as its trusted key server via the 'trusted_key_servers' config option. 'matrix.org' is a good choice for a key server since it is long-lived, stable and trusted. However, some admins may wish to use another server for this purpose. To suppress this warning and continue using 'matrix.org', admins should set 'suppress_key_server_warning' to 'true' in homeserver.yaml. -------------------------------------------------------------------------------- Error during startup: Traceback (most recent call last): File "/matrix/venv/lib/python3.11/site-packages/twisted/internet/tcp.py", line 1346, in startListening skt.bind(addr) OSError: [Errno 99] Cannot assign requested address During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 258, in wrapper await cb(*args, **kwargs) File "/matrix/venv/lib/python3.11/site-packages/synapse/app/homeserver.py", line 370, in start await _base.start(hs) File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 594, in start hs.start_listening() File "/matrix/venv/lib/python3.11/site-packages/synapse/app/homeserver.py", line 258, in start_listening self._listener_http(self.config, listener) File "/matrix/venv/lib/python3.11/site-packages/synapse/app/homeserver.py", line 147, in _listener_http ports = listen_http( ^^^^^^^^^^^^ File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 432, in listen_http ports = listen_tcp( ^^^^^^^^^^^ File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 363, in listen_tcp check_bind_error(e, address, bind_addresses) File "/matrix/venv/lib/python3.11/site-packages/synapse/app/__init__.py", line 60, in check_bind_error raise e File "/matrix/venv/lib/python3.11/site-packages/synapse/app/_base.py", line 361, in listen_tcp r.append(reactor.listenTCP(port, factory, backlog, address)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/matrix/venv/lib/python3.11/site-packages/twisted/internet/posixbase.py", line 364, in listenTCP p.startListening() File "/matrix/venv/lib/python3.11/site-packages/twisted/internet/tcp.py", line 1348, in startListening raise CannotListenError(self.interface, self.port, le) twisted.internet.error.CannotListenError: Couldn't listen on ::1:8008: [Errno 99] Cannot assign requested address. I cant help with matrix setup but i found this guide to be useful
April 3, 20242 yr 59 minutes ago, A75G said: Please share screenshot of both templates and in unraid cli show me what ls /mnt/user/appdata/pocketbase/pb_migrations/ I cant help with matrix setup but i found this guide to be useful Running that command shows this: 1700577969_created_bookmarks.js 1700577969_created_tags.js 1700577970_created_admin.js 1706184681_updated_users.js 1700577969_created_categories.js 1700577969_updated_users.js 1700577970_update_settings.js 1709315230_updated_bookmarks.js
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.