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