Test plugin
How i can upload my own image for test?
I make an image for hello-worl test and how i put i runtipi?
30 Replies
when i click, i'm redirect in my own image in docker hub
any solution?
right click
its not really intuitive - a 3 dot menu we be nicer, i guess
what link i should put in?
this?
the link to your service
it's that
lets step back. what are you trying to achieve here?
an app for understand how runtipi work
i'm trainee in enterprise and we get interrested by your solution
you have to install an app from a repository. if everything works, the app will be displayed there automatically.
you can also just create "other" links in that view, f.i. to an webinterfaces of a non-tipi device, or another normal bookmark
also runtipi is not an enterprise solution - it's intended for homelab use
Runtipi
Runtipi - Homeserver management made easy
Free and open-source, Runtipi lets you install all your favorite self-hosted apps without the hassle of configuring and managing each service. One-click installs and updates for more than 80 popular apps.
yes but we would create an app of our solution and put there in runtipi bookmark
sorry, but i do not follow / understand... best way in any case is to study the docs from the link i posted
how put my app on a github will put my app on this screen?
Read the documentation from the link I provided
Why my file isn't correct?
My new file, always incorrect :/ 😭
Hello, your user-config is correct.
I checked your runtipi-appstore, the issue is the way you named the app directory in your appstore.
You must name it the same as the app id.
If you rename it from FrFredow to my-super-app, it works.
where i do make changes please?
Directly in your appstore.
Don't forgot to refresh the repository when it's done. (it auto-refresh every 30 minutes if you do nothing)
OMG thanks ! 😭
You know what my logo dosen't appear ?
It's your browser cache
thanks
@Skullky You know how wordpress do for at first time send /admin for installation, and basic url the second time?
Sorry I don't know about this. (didn't test)
It probably just check if there is existing installation data :
No -> Create DB, config files...etc... then print admin credentials
Yes -> Just load parameters then print the URL
Just guessing at this point
because my app need /setup for sign in but when i stop my app and reload i'm rediect again at /setup
Be sure to have somewhere to save the config data, do you have a mapped volume in docker-compose ?
yes
And the data have been written where it should be ?
Looking at your bunkerweb config, you database isn't saved on the host, you should add a volume like this in bw-db :
You can check the docker-compose of nextcloud-mini for a good example