CiaranSweet
CiaranSweet
RRailway
Created by CiaranSweet on 1/8/2024 in #✋|help
Setting up Custom Domain (With Namecheap)
Again, thanks Brody!
18 replies
RRailway
Created by CiaranSweet on 1/8/2024 in #✋|help
Setting up Custom Domain (With Namecheap)
TIL 😅
18 replies
RRailway
Created by CiaranSweet on 1/8/2024 in #✋|help
Setting up Custom Domain (With Namecheap)
Can you tell I've rarely done web shit 🤣
18 replies
RRailway
Created by CiaranSweet on 1/8/2024 in #✋|help
Setting up Custom Domain (With Namecheap)
Or rather, use one of those to connect to it
18 replies
RRailway
Created by CiaranSweet on 1/8/2024 in #✋|help
Setting up Custom Domain (With Namecheap)
I should probably know what that means 🤣 - AKA transfer my domain to one of those?
18 replies
RRailway
Created by CiaranSweet on 1/8/2024 in #✋|help
Setting up Custom Domain (With Namecheap)
Cool thanks 😄 /now I wait
18 replies
RRailway
Created by CiaranSweet on 1/8/2024 in #✋|help
Setting up Custom Domain (With Namecheap)
Guess it's just taking time to propagate then 😛 Is it https for you?
18 replies
RRailway
Created by CiaranSweet on 1/8/2024 in #✋|help
Setting up Custom Domain (With Namecheap)
cb5aa03d-c72c-426c-8dd7-f109b7f03b5d
18 replies
RRailway
Created by raleng on 1/7/2024 in #✋|help
Not skipping build/deployment for changes outside root directory
I also noticed this, wondered if I had done something wrong.. a workaround I found was to use the Watch Paths https://docs.railway.app/guides/build-configuration#configure-watch-paths But this seems like it shouldn't be needed after setting the root directory of each service. So very interested in what the solution is!
10 replies
RRailway
Created by Smash on 1/7/2024 in #✋|help
Migration failed at "Migrate data" step
==== Restoring database to NEW_URL ====
DO
psql:plugin_dump.sql:1530063: ERROR: could not extend file "base/16384/23528.3": No space left on device
HINT: Check free disk space.
CONTEXT: COPY strategy_reports, line 53127
==== Restoring database to NEW_URL ====
DO
psql:plugin_dump.sql:1530063: ERROR: could not extend file "base/16384/23528.3": No space left on device
HINT: Check free disk space.
CONTEXT: COPY strategy_reports, line 53127
40 replies
RRailway
Created by CiaranSweet on 1/7/2024 in #✋|help
S3 equivalent?
Ohhhh Minio! Nice 🤌
6 replies
RRailway
Created by CiaranSweet on 1/7/2024 in #✋|help
S3 equivalent?
N/A
6 replies
RRailway
Created by CiaranSweet on 1/6/2024 in #✋|help
Private networking with Railway generated ports
Anyway, I'll switch to that, thanks once again Brody! You the MVP
87 replies
RRailway
Created by CiaranSweet on 1/6/2024 in #✋|help
Private networking with Railway generated ports
Yeah that's fair enough, just somewhat invalidates the 'magic' 😂
87 replies
RRailway
Created by CiaranSweet on 1/6/2024 in #✋|help
Private networking with Railway generated ports
Is that something I can define in railway.json? Or dashboard only?
87 replies
RRailway
Created by CiaranSweet on 1/6/2024 in #✋|help
Private networking with Railway generated ports
Yeah, it's just strange that if I set the value, I can refer to it, but if Railway does, I can't 😂 Alright, I shall just pin it!
87 replies
RRailway
Created by CiaranSweet on 1/6/2024 in #✋|help
Private networking with Railway generated ports
(I'd rather not pin it as it just another bit of config to remember)
87 replies
RRailway
Created by CiaranSweet on 1/6/2024 in #✋|help
Private networking with Railway generated ports
Okay, so a little progress:
BACKEND_URL=http://${{backend.RAILWAY_PRIVATE_DOMAIN}}:6642
BACKEND_URL=http://${{backend.RAILWAY_PRIVATE_DOMAIN}}:6642
If I hardcode the port to what I see in my backends logs (from the port Railway generated), I get a connection So I guess the real question is - How the heck do I get that port without log diving 😄
87 replies
RRailway
Created by CiaranSweet on 1/6/2024 in #✋|help
Private networking with Railway generated ports
BACKEND_URL=http://[${{backend.RAILWAY_PRIVATE_DOMAIN}}]:${{backend.PORT}}
BACKEND_URL=http://[${{backend.RAILWAY_PRIVATE_DOMAIN}}]:${{backend.PORT}}
This is what I have right now, Railway setup the port for backend, so I assume I'll be able to access that value. This resolves to 'http://[backend.railway.internal]:' If I remove the [] from my ENV (Even though that's not what I should do), it resolves to the actual ipv6 address. Either way I do it, PORT Is empty anyway 🥲
87 replies
RRailway
Created by CiaranSweet on 1/6/2024 in #✋|help
Private networking with Railway generated ports
Safe to say I'm scuppered 😛
87 replies