Giter Club home page Giter Club logo

docs's People

Contributors

aleksrutins avatar bigpreshy avatar brody192 avatar char8 avatar christianivicevic avatar coffee-cup avatar dbanys avatar farazpatankar avatar gimenete avatar gschier avatar half0wl avatar ideabrian avatar jakecooper avatar korabi-dev avatar luni-moon avatar maxdeviant avatar melissa-hale avatar milo123459 avatar mootpt avatar ndneighbor avatar nebulatgs avatar nonstopflights avatar phineas avatar pierre-borckmans avatar prkagrawal avatar rafalzgoda avatar samridht23 avatar sasukeuchiha912 avatar soggycactus avatar zuchka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs's Issues

need to run `yarn add npm-run-all --dev`

following the install and getting started guide, before running railway run yarn dev, I had to do the yarn add npm-run-all dev step. Otherwise, I kept getting lots of command not found errors. Might be worth adding to the doc if you expect folks who are newbs like me to all this.

Documentation on Scaling

HIi,

I love this deployment ideology having your production mirrored into your local to the bone can really help anyone take off very fast. Just one small request if you could also provide some information on how scale post deployment that could be also very helpful.

Feedback UI

Clicking yes on did you find this post helpful shows the following:

Screenshot 2023-06-26 at 2 36 17 PM

Java deploy docs incorrect for Spring Boot?

I (successfully!) deployed a Spring Boot-based project and I did not need the "copy dependencies" plugin, nor a Procfile. I only needed to add a system.properties to have it use Java 17.

I'm not sure if the plugin or procfile is needed for other frameworks, but might be worth calling out Spring Boot separately due to its popularity.

Still Alive?

What's up team. I signed up today for railway but got a notification that I was banned for violating TOS, Ive never used this service before so I'm thinking it could be the VPN (CloudFlare) I use which is prompting the notification. I did try contacting railway via the email link in the footer but I received a messaging back from my mail relay that the user [email protected] does not exist. Anyhow I just thought I'd check with you guys. Thank you.

Disk space stats

Hi,
There is no information regarding disk space stats. Right now I am on free-tier with 1GB of disk space. Wondering how much disk space my app is using and how much is remaining. Can anyone tell me how can know about disk space stats?

Thanks

Default Python Version?

Hi there! I'm a bit of a newbie so I didn't want to open up a PR without asking the question.

The Python docs for Railway state, "The default Python version is 3.6." When I run railway up. I see the following: "Using the buildpack default: 3.10.5." Should I open a PR to update the Railway docs, or is this buildpack default different than what the Railway docs are discussing?

Screen Shot 2022-07-05 at 6 19 15 PM

End of The Line

At present, I have been using Github to log in and use it all the time. Today, I suddenly encountered this situation when logging in to my account, saying that there were multiple accounts. Where did I come from when I logged in with Github and submitted the form without any response? Now, I would like to know the specific reason for the ban? What does this multiple account mean? And I hope you can help me unblock it normally

End of The Line

You've been flagged for violations concerning the Railway [ToS](https://railway.app/legal). The reason specified is "Multiple accounts".

If you believe this is in error; please reach out to us via [email](https://docs.google.com/forms/d/e/1FAIpQLSd8AGaX_7fMgjhCwIFjmRn101BZ8dOa6w44qUL2RT3JOrUzag/viewform?usp=sf_link) and we'll get you sorted!

This process is automated, new, and in constant evolution. Apologies for any inconvenience.

Legal page not opening when account is banned

This is what I see when I try to login

End of the Line

You've been flagged for violations concerning the Railway ToS. The reason specified is "not mentioning my reason here :)"

If you believe this is in error; please reach out to us via email and we'll get you sorted!

This process is automated, new, and in constant evolution. Apologies for any inconvenience.

When I click on ToS the url on the searchbar changes but nothing happens.

I am facing this on the main page and there is no repo for the main page so I opened this issue here. (Sorry for this)

Better env var management

We're doing process.env.foo ?? "" and checking for non-empty strings everywhere that uses the env var.

We should centralize this into a config module and perform all the checks upfront in there.

Nixpacks option can't be selected once Docerfile is detected in repo

Hi, so I have a Dockerfile in my repo but I dont want to use it as the template for building the deployment image, however the select buildtool option disappears as soon as the Dockerfile is detected in the repo. I also dont want to have to rename the Dockerfile so it doesn't get detected by default. Is there any way to re-enable Nixpacks for instance in this case.
image

External Database SSL Variable / Setting

I don't see any documentation on the location or settings for SSL certification (secure connection) for external database connects.

This would be the environmental variable MYSQL_ATTR_SSL_CA = ????

Standardize imports

The way we're importing stuff is scattered: there are relative references (import foo from '../../'), paths-based references (import foo from @/..), and const/default exports are not super clear. It'd be nice to settle on a single convention, tweak the codebase to use that, and enforce it moving forward.

deploy/builds lang specific links are broken when following in app doc links

Was trying to learn more about golang build, but the docs don't work for any of the languages, instead the page is 404-ing.

Offending page https://docs.railway.app//deploy/builds I got there by clicking this docs link:
image

image
Link for go:https://docs.railway.app//deploy/go
But I get redirected to https://docs.railway.app/go

I think something is wrong with the double forward slash // that I got from the link. Also is weird that docs don't accept that url route either.

TEST: this is a test

this is a test of the the GH --> CommonRoom --> Zapier --> Discord webhook chain

Compare to heroku page not found

Hi, if you navigate to the "compare to Heroku" page on the docs, you get a page not found:

image

Which is on route https://docs.railway.app/maturity/compare-to-heroku.

If you go from click the "continue reading" button under "what we offer over heroku" on the main heroku page (https://railway.app/heroku), it takes you to it.
image
image

Looks like the href on the continue reading button takes you to https://docs.railway.app/reference/compare-to-heroku.

But, you can't find this tab under "Reference" on docs, and it's instead under the "Maturity" tab which leads to a 404.

I think the ideal fix IMO is to fix the main docs link (put the compare to heroku docs under migrate), and then adjust the link on the https://railway.app/heroku page.

Possible clarification needed when deploying local changes.

Currently the Getting Started doc states:

Once you are done, save the file. In the next step, we will show you how easy it is to deploy your changes.

It seems to imply that this would deploy any uncommitted and un-pushed local changes. We may want to include the clarification of needing to commit and push local changes.

Once you are done, save the file, commit and push to your repo. In the next step, we will show you how easy it is to deploy your changes.

It seems railway up only deploys the latest commit of the main branch. Not uncommitted changed files on our local directory.

PR for review: #179

End of The Line error when login to my account

Hello, my friends at Railway,

I have tried to login into my railway account today but I have the following blocking error popping up:

"You've been flagged for violations concerning the Railway ToS. The reason specified is "Multiple accounts".
If you believe this is in error; please reach out to us via email and we'll get you sorted!

This process is automated, new, and in constant evolution. Apologies for any inconvenience."

I only have one account please resolve this issue. All my Postgres applications have stopped working. Please resolve it.

Search UI design refresh

The search modal currently looks bare. Going to collab w/ @jitachi on this in the coming weeks.

Related to #248, might want a dedicated page we can mount as a modal or something along those lines.

Your Account is Unverified

Your GitHub Can't Be Verified

Your GitHub might be too new or there might be risky repos on your account that means you can't verify with your GitHub.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.