diff --git a/conf/default.yaml b/conf/default.yaml index 6b3525c..7552404 100644 --- a/conf/default.yaml +++ b/conf/default.yaml @@ -7,17 +7,11 @@ webserver: hostname: 'localhost' port: __PORT__ -elastic-search: - # https or http - http: 'http' - auth: - username: null - password: null - ssl: - # Specificy a custom CA - ca: null - hostname: 'localhost' - port: 9200 +meilisearch: + host: 'http://127.0.0.1:7700' + + api_key: null + indexes: videos: 'peertube-index-videos' channels: 'peertube-index-channels' diff --git a/manifest.toml b/manifest.toml index 8674dbd..764d8b5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,10 +58,10 @@ ram.runtime = "2000M" [resources.apt] packages = ["git", ] - [resources.apt.extras.elastic] - repo = "deb https://artifacts.elastic.co/packages/oss-7.x/apt stable main" - key = "https://artifacts.elastic.co/GPG-KEY-elasticsearch" - packages = ["elasticsearch-oss"] + [resources.apt.extras.meilisearch] + repo = "deb https://apt.fury.io/meilisearch/ /" + # key = "https://artifacts.elastic.co/GPG-KEY-elasticsearch" + packages = ["meilisearch"] [resources.apt.extras.yarn] repo = "deb https://dl.yarnpkg.com/debian/ stable main"