Vishal
Vishal
Explore posts from servers
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
thanks, It worked
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
any alternative ways where i can deploy a template like this one where a user can edit the config file
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
ok
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
any plans for supporting bind mount a file something like the dokploy has
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
can i get some help here
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
sorry for my bad explanation hope you understand
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
if there is a File Mount like we have Raw Editor option for env and JSON, can there be custom file content space where a config files like yml can be edited
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
it work for me in railway as I deploy using Dockerfile but if i want to create a template how should i do it and how should i allow other users to change the config as required
FROM golang:1.22.5-alpine
WORKDIR /app
COPY . .
RUN go mod download
RUN go build -o app .
RUN apk add --no-cache curl
RUN curl -o example.yml https://gist.githubusercontent.com/example/example/raw/example.yml
EXPOSE 8080
ENTRYPOINT ["./app"]
FROM golang:1.22.5-alpine
WORKDIR /app
COPY . .
RUN go mod download
RUN go build -o app .
RUN apk add --no-cache curl
RUN curl -o example.yml https://gist.githubusercontent.com/example/example/raw/example.yml
EXPOSE 8080
ENTRYPOINT ["./app"]
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
this is how i deploy locally
docker run -d -p 8080:8080 \
-v ./example.yml:/app/example.yml \
exapp/example
docker run -d -p 8080:8080 \
-v ./example.yml:/app/example.yml \
exapp/example
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
i have a go app and entire app works based on .yml config file
20 replies
RRailway
Created by Vishal on 10/11/2024 in #✋|help
Bind mount a file
I do not have any project, i'm here for help to know if there are any ways to bind mount a file
20 replies
WWasp-lang
Created by Vishal on 9/17/2024 in #🙋questions
Organization management
ok
8 replies
WWasp-lang
Created by Vishal on 9/17/2024 in #🙋questions
Organization management
i mean is there a template within OpenSaaS prebuilt one
8 replies
HHomarr
Created by Vishal on 1/8/2024 in #💬・get-help
merging homarr with my nextjs app
If I deploy both apps in a single server, and link homarr as a separate tab. I want to ask will it be possible to have a single auth database for both the app so that users can use the same credentials Right now we are using the next auth and integrated GitHub login
4 replies
HHomarr
Created by Vishal on 1/8/2024 in #💬・get-help
merging homarr with my nextjs app
Sure I got it removed the tag
4 replies
HHomarr
Created by droopie on 11/18/2023 in #💬・get-help
homepage start/stop docker
each user should have their own container to manage or control from a board
13 replies
HHomarr
Created by droopie on 11/18/2023 in #💬・get-help
homepage start/stop docker
If this is added to the board then how would it work when the board is shared with multi users, I mean if one user stops an app it would stop for other users also right
13 replies
HHomarr
Created by droopie on 11/18/2023 in #💬・get-help
homepage start/stop docker
There's one more I haven't tried yet https://github.com/lllllllillllllillll/DweebUI
13 replies
HHomarr
Created by Vishal on 10/26/2023 in #💬・get-help
new widgets
Ok I'll try it
22 replies
HHomarr
Created by Vishal on 10/26/2023 in #💬・get-help
new widgets
I would like to learn the API integration so that I can build some for homarr. I wish to be apart of homarr https://github.com/ajnart/homarr/issues/1653#issue-1994091094 and also some private API integrations. would be helpful for my use case. can you show me one example in your free time. how its done at homarr, reading a doc or following existing code would not work for a beginner. I have installed vscode in my laptop but where do I start how do I align the files and how to check the output of the existing once. all stuck with a question mark ? I know I might be asking for too much, you Don't have to spoon feed each and everything I just need a start push
22 replies