aungaung5078
aungaung5078
RRailway
Created by aungaung5078 on 7/21/2023 in #✋|help
Please indicate which one is the amount that will be billed?
Please someone show me which amount is the billable one? I always look at the Current Usage panel at the top, which is now 7.64. Then I substract discount and credit amounts from it to get the actual billable amount. But the amount 8.23 from the deleted projects is confusing to me. I cannot figure it out.
8 replies
RRailway
Created by aungaung5078 on 7/17/2023 in #✋|help
Undeployed Project is stealing Usage!
I always stop my deployment before the cost reaches around 5 USD. Now this month, although there had been showing "No deploy at this project" in my project's status, the project is still running in invisible or stealth mode in an innoticable manner. But when I check the usage, it is now 6.98 USD, exceeding 5 USD by 1.98. I think that cost was steadily and slowly increasing in stealth mode just for a created container, which is not completely dead at the railway server side. I am not willing to pay for the usage that I didn't really use. When I try to contact through email, it discriminates users by its plan. Of course, I am using a developer plan.
11 replies
RRailway
Created by aungaung5078 on 9/13/2022 in #✋|help
How can I install unfree nixpack such as google-chrome in Railway via Environment Variable
Hello! Could someone answer to me how I can install google-chrome nixpack in Railway without getting 'unfree' error? I want to install via Railway environment variables as per https://nixpacks.com/docs/configuration/environment. I set the variable as below. NIXPACKS_PKGS=google-chrome I got the following error. #8 24.41 installing 'setup-env' #8 27.20 error: Package ‘google-chrome-104.0.5112.101’ in /nix/store/ybq0d98m9n7h2cc0l04lci2bhl7q7di5-source/pkgs/applications/networking/browsers/google-chrome/default.nix:163 has an unfree license (‘unfree’), refusing to evaluate. #8 27.20 #8 27.20 a) To temporarily allow unfree packages, you can use an environment variable #8 27.20 for a single invocation of the nix tools. #8 27.20 #8 27.20 $ export NIXPKGS_ALLOW_UNFREE=1 #8 27.20 #8 27.20 Note: For nix shell, nix build, nix develop or any other Nix 2.4+ #8 27.20 (Flake) command, --impure must be passed in order to read this #8 27.20 environment variable. #8 27.20 #8 27.20 b) For nixos-rebuild you can set #8 27.20 { nixpkgs.config.allowUnfree = true; } #8 27.20 in configuration.nix to override this. #8 27.20 #8 27.20 Alternatively you can configure a predicate to allow specific packages: #8 27.20 { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ #8 27.20 "google-chrome" #8 27.20 ]; #8 27.20 } #8 27.20 #8 27.20 c) For nix-env, nix-build, nix-shell or any other Nix command you can add #8 27.20 { allowUnfree = true; } #8 27.20 to ~/.config/nixpkgs/config.nix. #8 27.20 (use '--show-trace' to show detailed location information)
3 replies