#This software is ..... amazing.

97 messages Β· Page 1 of 1 (latest)

waxen fog
#

A little help if I may, the app store makes this too easy. Easier than unRAID and that's saying something. Are there instructions or an easy guide for installing a custom docker? There is a conversion app called unManic which I recommend you look at if you're not famliar with it..

#

and I'd like to install that as well as a couple of other ones. FoundryVTT

muted kettle
#

Hi, in the store, right top, you can add a CLI, docker-compose or .Jason.

waxen fog
#

Thanks. Is that "install new app manually"?

#

Ok gotcha. I think I understand.

muted kettle
#

You are right, Install new app manually

waxen fog
#

Like here. This is the docker run and docker compose?

muted kettle
#

Yes. Docker run or compose.

#

Usually you have to specify a persistent folder.

waxen fog
#

Ok, that's where I"m stuck. do I make that in the file system first?

muted kettle
#

No, if the folder don't exist, he create it

#

Exemple

#

docker run -d
--name=wikijs
-e PUID=1000
-e PGID=1000
-e TZ=Europe/London
-p 3000:3000
-v <path to config>:/config
-v <path to data>:/data
--restart unless-stopped
lscr.io/linuxserver/wikijs:latest

#

V = volumes

#

The left side is where is the container / name app

waxen fog
#

It's complaining that I need to fill the correct compose YAML

glad cedarBOT
#

GG @waxen fog, you just advanced to level 1!

muted kettle
#

-v /srv/appdata/wikijs/config:/config \

waxen fog
#

Ok, I think I"m getting closer. Thank you so much!

muted kettle
#

Here it's 4h45AM. We can check together if you have any problem

waxen fog
#

Thank you. You should go to sleep. πŸ™‚

muted kettle
#

But I need to sleep a little bit

#

Yep I think too

#

But I back here "tomorrow" to speak with you about that.

#

Night 😁

#

to start, you can try with Wikijs to practice.

waxen fog
#

πŸ‘

muted kettle
#

Some can sometimes be a little more complicated.

#

Step by step

waxen fog
#

Yes. thanks. I just need unmanic and foundryvtt

muted kettle
#

docker run
--env FOUNDRY_USERNAME='<your_username>'
--env FOUNDRY_PASSWORD='<your_password>'
--publish 30000:30000/tcp
--volume <your_data_dir>:/data
felddy/foundryvtt:release

#

Change username
Change password
Set the volume (left side, don't touch after :/

#

/data is the needed folder for the app.

#

For this app

#

Variables that will need to be changed:

<PUID> - User id for folder/file permissions

<PGID> - Group id for folder/file permissions

<PATH_TO_CONFIG> - Path where Unmanic will store config files

<PATH_TO_LIBRARY> - Path where you store the files that Unmanic will scan

<PATH_TO_ENCODE_CACHE> - Cache path for in-progress encoding tasks


version: '2.4'
services:
unmanic:
container_name: unmanic
image: josh5/unmanic:latest
ports:
- 8888:8888
environment:
- PUID=<PUID>
- PGID=<PGID>
volumes:
- <PATH_TO_CONFIG>:/config
- <PATH_TO_LIBRARY>:/library
- <PATH_TO_ENCODE_CACHE>:/tmp/unmanic

#

It's the same, for exemple

waxen fog
#

Yes, I dont want to keep you awake but it doesn't like that file.

muted kettle
#
  • /srv/appdata/unmanic/config:/config
waxen fog
#

Well, this time it did! LOL

#

It says it's installing. WE'll see.

muted kettle
#

Don't worry, you can add manually with:

#

Here you can set all the docker-compose want

#

Volume, port, IP,... Env

#

If you can't, we'll do it together or I'll do it on my side and I'll give you the .json

#

Don't worry, it will be a success πŸ‘

#

I can take 5 min and do it now.

#

Let's go

waxen fog
#

No that's ok. Let's chat tomorrow. I have to go to bed too. You're so helpful!

muted kettle
#

When you are awake you will come here to retrieve the .json

waxen fog
#

Ok thank you.

muted kettle
#

download it and import it, it's all

waxen fog
#

That's the Docker CLI or Compose?

muted kettle
#

.json

waxen fog
#

I"m new to dockers. I appreciate the noob patience.

muted kettle
#

all step to import the json file

waxen fog
#

πŸ‘

muted kettle
#

Have a fun

waxen fog
#

Tada! Yay. so I ust need to find the .json for foundryvtt too?

muted kettle
#

I create the json

#

I add the app, then i export the json

#

I can do that now

waxen fog
#

Thank you so very much. I think I need to go view some videos about docker! πŸ™‚

muted kettle
#

I do your json now, let me 3min

#

Tomorrow we can take 20 min to do a Teamviewer and I explain

waxen fog
#

Very well

glad cedarBOT
#

GG @waxen fog, you just advanced to level 2!

muted kettle
#

In first you must have an account on foudryvtt, I think

#

I read the doc

#

then you import the .json

#

BUT

waxen fog
#

Yes. I have an account there.

muted kettle
#

When you have added the json

waxen fog
#

I own the software. You basically just download the linux version and point th edocker at ti. That's how I did it in unRAID

muted kettle
#

change the username and password and push Install

waxen fog
#

Interesting. I"ve not seen admin key before. I wonder if that's the license key for the software.

muted kettle
#

Oh no, sorry

#

I do a new one

#

with a nice icon this time πŸ™‚

#

My wife want to kill me, I go or I die in live

#

πŸ˜„

waxen fog
#

Listen to your wife. Happy wife happy life!

muted kettle
#

Yep

waxen fog
#

Happy spouse happy house.

#

Thanks again so much bud.

muted kettle
#

But I can show if that run on my smarphone AHAHAHA