mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: exclude dokploy services
This commit is contained in:
@@ -425,7 +425,8 @@ export const getNodeApplications = async (serverId?: string) => {
|
|||||||
const appArray = stdout
|
const appArray = stdout
|
||||||
.trim()
|
.trim()
|
||||||
.split("\n")
|
.split("\n")
|
||||||
.map((line) => JSON.parse(line));
|
.map((line) => JSON.parse(line))
|
||||||
|
.filter((service) => !service.Name.startsWith('dokploy-'));
|
||||||
|
|
||||||
return appArray;
|
return appArray;
|
||||||
} catch (error) {}
|
} catch (error) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user