selfhosted_templates
selfhosted_templates copied to clipboard
DashMachine [APP REQUEST]:
Another web application bookmark dashboard, with fun features.
https://github.com/rmountjoy92/DashMachine
##############################################
not sure how to build the stack but this is how im running it.
###############################################
docker create
--name=dashmachine
-p 5002:5000
-v /var/lib/docker/volumes/dashmach/_data:/dashmachine/dashmachine/user_data
--restart unless-stopped
rmountjoy/dashmachine:latest
default user and pass is admin. container does need a restart once created. also a volume needs to be made.
IssueHunt Summary
Backers (Total: $2.00)
curator888 ($2.00)
Become a backer now!
Or submit a pull request to get the deposits!
Tips
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on IssueHunt to raise funds.
@curator888 has funded $50.00 to this issue.
- Submit pull request via IssueHunt to receive this reward.
- Want to contribute? Chip in to this issue via IssueHunt.
- Checkout the IssueHunt Issue Explorer to see more funded issues.
- Need help from developers? Add your repository on IssueHunt to raise funds.
@curator888 has funded $2.00 to this issue.
- Submit pull request via IssueHunt to receive this reward.
- Want to contribute? Chip in to this issue via IssueHunt.
- Checkout the IssueHunt Issue Explorer to see more funded issues.
- Need help from developers? Add your repository on IssueHunt to raise funds.
@curator888 has cancelled funding for this issue.(Cancelled amount: $50.00) See it on IssueHunt
Dashmachine is already in the templates. Are you having issues with it?
sorry didnt see it in the list. is there a way to organize the list alphabetically?
Usually the beginning gets out of order depending on the person adding them. I'll be going through and redoing them for Yacht once it's rewrite alpha is available.
ok, thank you. i added my wordpress stack to be added to the json.
Ah, I didn't see that. When I'm by a computer I'll test it and merge.
sounds good. i linked to my yml i created. i just use the code inside the yml i made in add stack in portainer. i set it to version 2 as well. you may need to tweak it to assign auto ports act.
I think just tweaking to add variables should be good. You can check the stack folder to see how that's done if you want an example for future contributions.
Sent from ProtonMail mobile
-------- Original Message -------- On Jul 11, 2020, 3:39 PM, rigler86 wrote:
sounds good. i linked to my yml i created. i just use the code inside the yml i made in add stack in portainer. i set it to version 2 as well. you may need to tweak it to assign auto ports act.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
I think just tweaking to add variables should be good. You can check the stack folder to see how that's done if you want an example for future contributions.
Sent from ProtonMail mobile
-------- Original Message -------- On Jul 11, 2020, 3:39 PM, rigler86 wrote:
sounds good. i linked to my yml i created. i just use the code inside the yml i made in add stack in portainer. i set it to version 2 as well. you may need to tweak it to assign auto ports act.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
Sounds good, thank you for the references material. Ill look over it as i know it will help.
When setting permissions do those save when upplating to docker hub? If so ill create some images. If not im assuming it can be added as execuable code.
It depends on the image. You can use linuxserver.io's alpine base and take advantage of s6 to run whatever scripts you need to before the container starts.
Sorry for the delay in adding this. Been a bit under the weather. I have this planned for later today.