No pvc folder / config.yml in Homer app directory

burnar

Cadet
Joined
Nov 15, 2023
Messages
1
Hi, I´m farely new to TrueNAS and Linux in general, so I´m sorry if this is an obvious error on my side.

I wanted to set up the Homer application but couldn´t find the config.yml file.

I´ve searched the Web for quite a while and also asked ChatGPT and found out that there should be a folder called "pvc-XXX" in which there is an assets folder and the config.yml.
My problem is, that under the directrory of the homer application (in my case: /mnt/default_raid//ix-applications/releases/homer) theres only the "charts" and the "volumes" folder, no "pvc-XXX".

I already reinstalled Homer over the web GUI, sadly it didnt fix my problem.

Is there any way to fix this or am I missing something?
 

dYna

Cadet
Joined
Nov 23, 2023
Messages
2
You can access the files via the pod shell.
There you can use vi or create a simple php upload script.
 

dYna

Cadet
Joined
Nov 23, 2023
Messages
2
Since i can´t edit my post:
As far as i can tell the upload thing will not work, because there is no php...
 

doctoryoyo

Cadet
Joined
Jan 15, 2024
Messages
1
I personally have very little experience with TrueNAS myself, so I may not be the best answer you are looking for, however, you should see inside the volumes folder is an ix_volumes folder which will contain the assets folder.

So, in your case the file path should be: /mnt/default_raid/ix-applications/releases/homer/volumes/ix_volumes/assets

I am unsure on how to replace the file, but if you open the config.yaml file (I used vi to view it) you will see that it is the correct file.
 
Top