SelfhostedPro / selfhosted_templates

Portainer templates for selfhosted services
GNU General Public License v3.0
1.24k stars 238 forks source link

DashMachine [APP REQUEST]: #164

Open rigler86 opened 4 years ago

rigler86 commented 4 years ago

Issuehunt badges

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 curator888](https://issuehunt.io/u/curator888) ($2.00) #### [Become a backer now!](https://issuehunt.io/r/SelfhostedPro/selfhosted_templates/issues/164) #### [Or submit a pull request to get the deposits!](https://issuehunt.io/r/SelfhostedPro/selfhosted_templates/issues/164) ### Tips - Checkout the [Issuehunt explorer](https://issuehunt.io/r/SelfhostedPro/selfhosted_templates/) to discover more funded issues. - Need some help from other developers? [Add your repositories](https://issuehunt.io/r/new) on IssueHunt to raise funds.
issuehunt-oss[bot] commented 4 years ago

@curator888 has funded $50.00 to this issue.


issuehunt-oss[bot] commented 4 years ago

@curator888 has funded $2.00 to this issue.


issuehunt-oss[bot] commented 4 years ago

@curator888 has cancelled funding for this issue.(Cancelled amount: $50.00) See it on IssueHunt

SelfhostedPro commented 4 years ago

Dashmachine is already in the templates. Are you having issues with it?

rigler86 commented 4 years ago

sorry didnt see it in the list. is there a way to organize the list alphabetically?

SelfhostedPro commented 4 years ago

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.

rigler86 commented 4 years ago

ok, thank you. i added my wordpress stack to be added to the json.

SelfhostedPro commented 4 years ago

Ah, I didn't see that. When I'm by a computer I'll test it and merge.

rigler86 commented 4 years ago

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.

SelfhostedPro commented 4 years ago

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.

rigler86 commented 4 years ago

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.

rigler86 commented 4 years ago

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.

SelfhostedPro commented 4 years ago

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.

SelfhostedPro commented 4 years ago

Sorry for the delay in adding this. Been a bit under the weather. I have this planned for later today.