Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-SUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
docker-SUI
Commits
b971417a
Commit
b971417a
authored
4 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
Rebase to lsiobase/nginx
parent
401f5c3e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab/readme_template
+4
-0
4 additions, 0 deletions
.gitlab/readme_template
root/defaults/apps.json
+21
-6
21 additions, 6 deletions
root/defaults/apps.json
root/defaults/links.json
+138
-53
138 additions, 53 deletions
root/defaults/links.json
with
163 additions
and
59 deletions
.gitlab/readme_template
+
4
−
0
View file @
b971417a
...
...
@@ -39,6 +39,8 @@ services:
- TZ=Europe/Berlin
- PUID=1000 # User ID
- PGID=1000 # Group ID
- DOMAIN=www.example.com
- PROTOCOL=https
ports:
- 80:$CONTAINER_PORT
- $CONTAINER_PORT2
...
...
@@ -60,6 +62,8 @@ data volume | Contains your/the containers important data.
TZ | Timezone
PUID | for UserID
PGID | for GroupID
DOMAIN | The address of the device this container is running on. Can be an IP or sub.domain.tld.
PROTOCOL | The protocol used to access this container. Either HTTP or HTTPS.
ports | The port where the service will be available at.
## User / Group Identifiers
...
...
This diff is collapsed.
Click to expand it.
root/defaults/apps.json
+
21
−
6
View file @
b971417a
{
"apps"
:
[
{
"name"
:
"Active GitHub Forks"
,
"url"
:
"DOMAIN/active-github-forks"
,
"icon"
:
"source-fork"
},
{
"name"
:
"Composerize"
,
"url"
:
"DOMAIN/composerize"
,
"icon"
:
"cog-transfer"
},
{
"name"
:
"DCC"
,
"url"
:
"DOMAIN/dcc"
,
"icon"
:
"cog-transfer"
},
{
"name"
:
"NGINXConfig.io"
,
"url"
:
"DOMAIN/nginxconfig.io"
,
"icon"
:
"arrow-decision-outline"
},
{
"name"
:
"Triangulator"
,
"url"
:
"DOMAIN/triangulator/"
,
"icon"
:
"triangle"
}
{
"name"
:
"Bazarr"
,
"url"
:
"subs.example.com"
,
"icon"
:
"message-video"
},
{
"name"
:
"CloudCMD"
,
"url"
:
"files.example.com"
,
"icon"
:
"folder-multiple-outline"
},
{
"name"
:
"Cockpit"
,
"url"
:
"cp.example.com"
,
"icon"
:
"airplane"
},
{
"name"
:
"Feedbin"
,
"url"
:
"rss.example.com"
,
"icon"
:
"rss"
},
{
"name"
:
"Filestash"
,
"url"
:
"cloud.example.com"
,
"icon"
:
"package"
},
{
"name"
:
"Jackett"
,
"url"
:
"jackett.example.com"
,
"icon"
:
"tshirt-crew-outline"
},
{
"name"
:
"Lidarr"
,
"url"
:
"music.example.com"
,
"icon"
:
"music"
},
{
"name"
:
"Minio"
,
"url"
:
"minio.example.com"
,
"icon"
:
"server"
},
{
"name"
:
"Mylar"
,
"url"
:
"comics.example.com"
,
"icon"
:
"book-open-variant"
},
{
"name"
:
"Nextcloud"
,
"url"
:
"cloud.example.com"
,
"icon"
:
"weather-cloudy"
},
{
"name"
:
"Ombi"
,
"url"
:
"request.example.com"
,
"icon"
:
"file-find-outline"
},
{
"name"
:
"Pi-hole"
,
"url"
:
"pihole.example.com"
,
"icon"
:
"do-not-disturb"
},
{
"name"
:
"Plex"
,
"url"
:
"play.example.com"
,
"icon"
:
"plex"
},
{
"name"
:
"Portainer"
,
"url"
:
"port1.example.com"
,
"icon"
:
"docker"
},
{
"name"
:
"Radarr"
,
"url"
:
"movies.example.com"
,
"icon"
:
"filmstrip"
},
{
"name"
:
"Sonarr"
,
"url"
:
"tv.example.com"
,
"icon"
:
"television-box"
},
{
"name"
:
"Stackedit"
,
"url"
:
"md.example.com"
,
"icon"
:
"markdown"
},
{
"name"
:
"Transmission"
,
"url"
:
"dl.example.com"
,
"icon"
:
"progress-download"
},
{
"name"
:
"Ubooquity"
,
"url"
:
"opds.example.com"
,
"icon"
:
"library-shelves"
},
{
"name"
:
"Youtube-DL"
,
"url"
:
"yt.example.com"
,
"icon"
:
"youtube"
}
]
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
root/defaults/links.json
+
138
−
53
View file @
b971417a
{
"bookmarks"
:
[
{
"category"
:
"You"
,
"links"
:
[
{
"name"
:
"Can"
,
"url"
:
"https://www.example.com"
},
{
"name"
:
"Customize"
,
"url"
:
"http://www.example.com"
},
{
"name"
:
"This"
,
"url"
:
"https://www.example.com"
}
]
},
{
"category"
:
"By"
,
"links"
:
[
{
"name"
:
"Editing"
,
"url"
:
"https://www.example.com"
},
{
"name"
:
"links.json"
,
"url"
:
"https://www.example.com"
},
{
"name"
:
"In"
,
"url"
:
"https://www.example.com"
}
]
},
{
"category"
:
"Your"
,
"links"
:
[
{
"name"
:
"Volume"
,
"url"
:
"https://www.example.com"
},
{
"name"
:
"At"
,
"url"
:
"https://www.example.com"
},
{
"name"
:
"/config/www/links.json"
,
"url"
:
"https://www.example.com"
}
]
}
]
"bookmarks"
:
[
{
"category"
:
"Communicate"
,
"links"
:
[
{
"name"
:
"Discord"
,
"url"
:
"https://discordapp.com/"
},
{
"name"
:
"Gmail"
,
"url"
:
"http://gmail.com"
},
{
"name"
:
"Slack"
,
"url"
:
"https://slack.com/signin"
}
]
},
{
"category"
:
"Cloud"
,
"links"
:
[
{
"name"
:
"Box"
,
"url"
:
"https://box.net"
},
{
"name"
:
"Dropbox"
,
"url"
:
"https://dropbox.com"
},
{
"name"
:
"Drive"
,
"url"
:
"https://drive.google.com"
}
]
},
{
"category"
:
"Design"
,
"links"
:
[
{
"name"
:
"Awwwards"
,
"url"
:
"https://awwwards.com"
},
{
"name"
:
"Dribbble"
,
"url"
:
"https://dribbble.com"
},
{
"name"
:
"Muz.li"
,
"url"
:
"https://medium.muz.li/"
}
]
},
{
"category"
:
"Dev"
,
"links"
:
[
{
"name"
:
"Codepen"
,
"url"
:
"https://codepen.io/"
},
{
"name"
:
"Devdocs"
,
"url"
:
"https://devdocs.io"
},
{
"name"
:
"Devhints"
,
"url"
:
"https://devhints.io"
}
]
},
{
"category"
:
"Lifestyle"
,
"links"
:
[
{
"name"
:
"Design Milk"
,
"url"
:
"https://design-milk.com/category/interior-design/"
},
{
"name"
:
"Dwell"
,
"url"
:
"https://www.dwell.com/"
},
{
"name"
:
"Freshome"
,
"url"
:
"https://freshome.com/"
}
]
},
{
"category"
:
"Media"
,
"links"
:
[
{
"name"
:
"Spotify"
,
"url"
:
"http://browse.spotify.com"
},
{
"name"
:
"Trakt"
,
"url"
:
"http://trakt.tv"
},
{
"name"
:
"YouTube"
,
"url"
:
"http://youtube.com/subscriptions"
}
]
},
{
"category"
:
"Reading"
,
"links"
:
[
{
"name"
:
"Instapaper"
,
"url"
:
"https://www.instapaper.com/u"
},
{
"name"
:
"Medium"
,
"url"
:
"http://medium.com"
},
{
"name"
:
"Reddit"
,
"url"
:
"http://reddit.com"
}
]
},
{
"category"
:
"Tech"
,
"links"
:
[
{
"name"
:
"TheNextWeb"
,
"url"
:
"https://thenextweb.com/"
},
{
"name"
:
"The Verge"
,
"url"
:
"https://theverge.com/"
},
{
"name"
:
"MIT Technology Review"
,
"url"
:
"https://www.technologyreview.com/"
}
]
}
]
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment