diff options
-rw-r--r-- | corp/russian/README.md | 9 | ||||
-rw-r--r-- | corp/russian/predlozhnik/.gitignore (renamed from users/tazjin/predlozhnik/.gitignore) | 0 | ||||
-rw-r--r-- | corp/russian/predlozhnik/Cargo.lock (renamed from users/tazjin/predlozhnik/Cargo.lock) | 0 | ||||
-rw-r--r-- | corp/russian/predlozhnik/Cargo.toml (renamed from users/tazjin/predlozhnik/Cargo.toml) | 0 | ||||
-rw-r--r-- | corp/russian/predlozhnik/default.nix (renamed from users/tazjin/predlozhnik/default.nix) | 0 | ||||
-rw-r--r-- | corp/russian/predlozhnik/index.css (renamed from users/tazjin/predlozhnik/index.css) | 0 | ||||
-rw-r--r-- | corp/russian/predlozhnik/index.html (renamed from users/tazjin/predlozhnik/index.html) | 0 | ||||
-rw-r--r-- | corp/russian/predlozhnik/src/main.rs (renamed from users/tazjin/predlozhnik/src/main.rs) | 0 | ||||
-rw-r--r-- | users/tazjin/nixos/modules/predlozhnik.nix | 2 |
9 files changed, 10 insertions, 1 deletions
diff --git a/corp/russian/README.md b/corp/russian/README.md new file mode 100644 index 000000000000..23c3d594c8de --- /dev/null +++ b/corp/russian/README.md @@ -0,0 +1,9 @@ +//corp/russian +============== + +This folder contains TVL corp projects related to the Russian +language, such as the code powering +[Предложник](https://predlozhnik.ru). + +Unless otherwise specified, all rights to these projects are reserved +by ООО "ТВЛ". diff --git a/users/tazjin/predlozhnik/.gitignore b/corp/russian/predlozhnik/.gitignore index 58eaf3e32687..58eaf3e32687 100644 --- a/users/tazjin/predlozhnik/.gitignore +++ b/corp/russian/predlozhnik/.gitignore diff --git a/users/tazjin/predlozhnik/Cargo.lock b/corp/russian/predlozhnik/Cargo.lock index 131aa134fec6..131aa134fec6 100644 --- a/users/tazjin/predlozhnik/Cargo.lock +++ b/corp/russian/predlozhnik/Cargo.lock diff --git a/users/tazjin/predlozhnik/Cargo.toml b/corp/russian/predlozhnik/Cargo.toml index 90205bc4fb1b..90205bc4fb1b 100644 --- a/users/tazjin/predlozhnik/Cargo.toml +++ b/corp/russian/predlozhnik/Cargo.toml diff --git a/users/tazjin/predlozhnik/default.nix b/corp/russian/predlozhnik/default.nix index 2137be111278..2137be111278 100644 --- a/users/tazjin/predlozhnik/default.nix +++ b/corp/russian/predlozhnik/default.nix diff --git a/users/tazjin/predlozhnik/index.css b/corp/russian/predlozhnik/index.css index 3529574c4f2b..3529574c4f2b 100644 --- a/users/tazjin/predlozhnik/index.css +++ b/corp/russian/predlozhnik/index.css diff --git a/users/tazjin/predlozhnik/index.html b/corp/russian/predlozhnik/index.html index 6af1adc0bfba..6af1adc0bfba 100644 --- a/users/tazjin/predlozhnik/index.html +++ b/corp/russian/predlozhnik/index.html diff --git a/users/tazjin/predlozhnik/src/main.rs b/corp/russian/predlozhnik/src/main.rs index e267c849de83..e267c849de83 100644 --- a/users/tazjin/predlozhnik/src/main.rs +++ b/corp/russian/predlozhnik/src/main.rs diff --git a/users/tazjin/nixos/modules/predlozhnik.nix b/users/tazjin/nixos/modules/predlozhnik.nix index df402ce29979..db20963df1f2 100644 --- a/users/tazjin/nixos/modules/predlozhnik.nix +++ b/users/tazjin/nixos/modules/predlozhnik.nix @@ -3,7 +3,7 @@ { services.nginx.virtualHosts."predlozhnik.ru" = { - root = depot.users.tazjin.predlozhnik; + root = depot.corp.russian.predlozhnik; enableACME = true; forceSSL = true; }; |