Skip to content

Commit

Permalink
Merge pull request #120 from flikites/main
Browse files Browse the repository at this point in the history
Update custom.js - Add SSL true for trilium apps
  • Loading branch information
TheTrunk authored Oct 25, 2024
2 parents c435ac2 + ea4a330 commit d71fedb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/services/application/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ function getCustomConfigs(specifications, isGsyncthingApp) {
if (specifications.name.toLowerCase().includes('bittensor')) {
defaultConfig.mode = 'tcp';
}

if (specifications.name.toLowerCase().includes('trilium')) {
defaultConfig.ssl = true;
}

if (isGsyncthingApp) {
defaultConfig.mode = 'tcp';
defaultConfig.check = false;
Expand Down

0 comments on commit d71fedb

Please sign in to comment.