luckylukeSVK
luckylukeSVK
Explore posts from servers
RRailway
Created by luckylukeSVK on 1/22/2024 in #✋|help
Java spring app from docker hub image . canot connect to it from internet
@Brody great it works. i am suprised that neither google or AI didnt give me rigth answer, Thank you very much
10 replies
RRailway
Created by luckylukeSVK on 1/22/2024 in #✋|help
Java spring app from docker hub image . canot connect to it from internet
so the name of var is PORT ? ok i undestand
10 replies
RRailway
Created by luckylukeSVK on 1/22/2024 in #✋|help
Java spring app from docker hub image . canot connect to it from internet
@Brody do you mean server.port=8080 or something else ?
10 replies
RRailway
Created by luckylukeSVK on 11/4/2023 in #✋|help
Github SECRETs as base64 to FILE in JAVA SPRING project with railway ?
didnt know it. i was wondering, why my page have SLL certificate before i did set the variables ..... i know the answer now, 👍
13 replies
RRailway
Created by luckylukeSVK on 11/4/2023 in #✋|help
Github SECRETs as base64 to FILE in JAVA SPRING project with railway ?
so you want to say that the everything what i need to do in spring app to enable HTTPS is what? only set server.port=${PORT} ?
13 replies
RRailway
Created by luckylukeSVK on 11/4/2023 in #✋|help
Github SECRETs as base64 to FILE in JAVA SPRING project with railway ?
spring dont have this clearly writen in theri documentation
13 replies
RRailway
Created by luckylukeSVK on 11/4/2023 in #✋|help
Github SECRETs as base64 to FILE in JAVA SPRING project with railway ?
ok i find another solution, where i dont need files, only env variables. it is possible to use env variables, if you have key/certificate in form of PEM style text. you need use soring sll bundle pem spring.ssl.bundle.pem.mybundle.keystore.certificate=${PRIVATE_KEY} spring.ssl.bundle.pem.mybundle.keystore.private-key=${CERTIFICATE_CRT} spring.ssl.bundle.pem.mybundle.truststore.certificate=${CA_BUNDLE} server.port=8443 server.ssl.bundle=mybundle
13 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
solution is:
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
it is interesting
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
i did copied queries of hybernate and from data.sql and runned them directli in the administration of postgres Db on the page of railway and there it worked fine
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
but it still show that "?" symbls
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
did set the database to utf-8. im building tables automatically via hibernate, and filling tables with data via Spring data.sql file
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
i have symbols � directly in database
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
encode where ? in html file ?
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
@Percy btw. dont you know, how change settings of postgres DB on railwas server to acceptd central european symbls ?
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
the problem was in postgres database, i was initializiing data in database via sql queries, my local postgres Db accepted central eurpean symblols. but postgres databaase on railway server does not accept centra european symbols.
21 replies
RRailway
Created by luckylukeSVK on 7/15/2023 in #✋|help
Java Spring Frontend deployed on server do not show central european letters with diacritic
ok, i did find problem randomly
21 replies