diff --git a/apps/whoogle/config.json b/apps/whoogle/config.json index f1a0c7a090..ca440d36ef 100644 --- a/apps/whoogle/config.json +++ b/apps/whoogle/config.json @@ -3,9 +3,10 @@ "name": "Whoogle Search", "available": true, "exposable": true, + "dynamic_config": true, "port": 8255, "id": "whoogle", - "tipi_version": 5, + "tipi_version": 6, "version": "0.9.1", "categories": ["social"], "description": "Get Google search results, but without any ads, JavaScript, AMP links, cookies, or IP address tracking.", @@ -15,5 +16,5 @@ "form_fields": [], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1730916653000 + "updated_at": 1734114376972 } diff --git a/apps/whoogle/docker-compose.json b/apps/whoogle/docker-compose.json new file mode 100644 index 0000000000..0bb5ab229f --- /dev/null +++ b/apps/whoogle/docker-compose.json @@ -0,0 +1,13 @@ +{ + "services": [ + { + "name": "whoogle", + "image": "benbusby/whoogle-search:0.9.1", + "isMain": true, + "internalPort": 8255, + "environment": { + "EXPOSE_PORT": 8255 + } + } + ] +}