From 0d5d9a129e2aa2edc20b5435b2c87051b3b5b260 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 7 Feb 2022 19:51:59 +0100 Subject: [PATCH] Create JSON file with instance list (#85) * Create json file with instance list * Remove trailing slashes --- .dockerignore | 3 +++ instances.json | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 instances.json diff --git a/.dockerignore b/.dockerignore index 7204a22..1053de4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -52,3 +52,6 @@ cypress/screenshots # docker Dockerfile .dockerignore + +# instance list +instances.json diff --git a/instances.json b/instances.json new file mode 100644 index 0000000..8392f27 --- /dev/null +++ b/instances.json @@ -0,0 +1,7 @@ +[ + "https://lingva.ml", + "https://translate.alefvanoon.xyz", + "https://translate.igna.rocks", + "https://lingva.pussthecat.org", + "https://translate.datatunnel.xyz" +]