aboutsummaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-12[#201] Deduce profile directory during activationRoman Melnikov1-2/+5
Problem: Since https://github.com/NixOS/nix/pull/5226 nix profiles for users are stored in 'XDG_STATE_HOME' or 'HOME' directory. However, 'deploy-rs' still expects profiles to be present in '/nix/var/nix/profiles/per-user'. As a result, an attempt to deploy a profile with newer nix may fail with an error about non-existing files. Solution: Instead of deducing the profile path prior to ssh'ing and actual activation, deduce the path to the profile during as a part of 'activate-rs' invocation. Now if the profile path is not specified explicitly as an attribute in profile within the deploy flake, the path to the profile is determined based on the user to which the profile belongs and on the values of 'XDG_STATE_HOME' and 'HOME' variables. Additionally, if the old profile directory (in '/nix/var/nix/profiles/per-user') for a given user already exists, it is used instead for the sake of backward compatibility.
2023-09-08Update README.md (#227)Derek Mahar1-1/+1
Replace "eachother" with "each other".
2023-04-16Make it possible to not rebuild deploy-rsFlakebi1-0/+27
Use the deploy-rs from the final packages set. This can avoid rebuilding deploy-rs when using it in a nixos config. It can use the version cached in nixpkgs. Also add instructions to the readme on how to craft an overlay that uses nixpkgs deploy-rs.
2022-11-18Add option to build on the remote hostPhilipp Herzog1-0/+5
2022-05-08Fix a typoYang, Bo1-1/+1
2022-01-28Add custom sudo command supportAndrew Fontaine1-0/+5
This is useful for nodes that utilize `doas` instead of `sudo`.
2022-01-11Fix typoMarkus Läll1-1/+1
2021-06-22Add multi node supportYannik Sander1-5/+14
Run multiple deployments in sequence Resolve targets later Extend context by deployed flake Apply clippy suggestions Add revoke command builder Track succeeded deploys Add revoke function Register revoke error as deploy error Prepare revoke command in activate Extend logger to handle revoke Implement revoke command client side Run revoke on previously suceeded Control whether to override by flag Adhere profile configuration auto_rollback setting Cargo fmt Correctly provide profile path to activation script when revoking Document multi flake mode in README Resolve a typo in README.md Co-authored-by: notgne2 <gen2@gen2.space> Use existing teminology rename revoke_suceeded -> rollback_suceeded Use more open CLI argument name `targets` instead of `flakes` Document name changes in README Add sudo command support for revokes Call run_deploy with `dry_active` flag Test revoke commands contains sudo Set default temp_path in activate binary Require temp_path for wait and activate subcommands Add copyright comment Address review change requests Fix typo in README Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru>
2021-06-06Mention the matrix channel in the READMEAlexander Bantyev1-0/+2
2021-01-24Add note about shell escaping quoted hostname or profile namesnotgne21-1/+1
2021-01-01Document quotating profile or hostnames with a `.` in CLI (closes #10)notgne21-1/+1
2020-12-15Add logo, remove early-development noticenotgne21-3/+3
2020-12-07README: Fix exampleSteven Roose1-3/+3
2020-11-22Remove references to setActivate from READMEnotgne21-3/+3
2020-11-22Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation)notgne21-2/+2
2020-11-14Update README to document Magic Rollback better, and demonstrate extra Nix ↵notgne21-9/+17
arguments
2020-11-14Remove "TODO" from READMEnotgne21-10/+0
2020-11-10Re-order link to examples in overall usage section in READMEnotgne21-2/+2
2020-11-10Re-order overall usage description in READMEnotgne21-34/+34
2020-11-10Improve language in README regarding overriding the hostnamenotgne21-2/+2
Co-authored-by: Christian Höppner <mkaito@users.noreply.github.com>
2020-11-10Fix setActivate documentation in `README.md`notgne21-2/+2
2020-11-07Remove bootstrapnotgne21-3/+0
2020-11-07Add note about profilesOrder functionalitynotgne21-0/+1
2020-11-07Greatly expand documentationnotgne21-10/+69
2020-10-29Mark UI off the TODOnotgne21-1/+1
2020-10-23Add TODO for remote buildingnotgne21-0/+1
2020-10-23Add note about `activate` in READMEnotgne21-0/+2
2020-10-13Mark magic rollback off the checklistnotgne21-1/+1
2020-10-10Document `profilePath` optionnotgne21-0/+3
2020-10-08Minor flake and documentation fixesnotgne21-11/+11
2020-10-08Update documentationnotgne21-6/+82
2020-10-05Update GitHub URL in READMEnotgne21-3/+3
2020-09-29Add license information, reformat Nix files, clean upnotgne21-4/+21
2020-09-28add README.mdnotgne21-0/+24