2021-08-09 21:58:26 -05:00
|
|
|
---
|
|
|
|
|
# this is used for local development and testing
|
2021-08-31 15:33:58 -04:00
|
|
|
version: "3.0"
|
2021-08-09 21:58:26 -05:00
|
|
|
services:
|
|
|
|
|
little-link:
|
2021-09-23 21:44:52 -04:00
|
|
|
image: ghcr.io/techno-tim/littlelink-server:latest
|
|
|
|
|
# dockerhub is also supported timothystewart6/littlelink-server
|
|
|
|
|
#image: timothystewart6/littlelink-server:latest
|
|
|
|
|
container_name: littlelink-server
|
2021-08-09 21:58:26 -05:00
|
|
|
build:
|
|
|
|
|
context: ./
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
environment:
|
|
|
|
|
- META_TITLE=Techno Tim
|
|
|
|
|
- META_DESCRIPTION=Techno Tim Link page
|
|
|
|
|
- META_AUTHOR=Techno Tim
|
2022-06-03 23:42:29 -05:00
|
|
|
- META_KEYWORDS=HomeLab, CSS, HTML, Engineering
|
2021-10-08 23:38:21 -05:00
|
|
|
- LANG=en
|
2021-09-23 21:44:52 -04:00
|
|
|
- META_INDEX_STATUS=all
|
2021-08-09 21:58:26 -05:00
|
|
|
- THEME=Dark
|
2021-08-14 16:47:16 -05:00
|
|
|
- FAVICON_URL=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_200x200.jpg
|
|
|
|
|
- AVATAR_URL=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_200x200.jpg
|
|
|
|
|
- AVATAR_2X_URL=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_400x400.jpg
|
2021-08-09 21:58:26 -05:00
|
|
|
- AVATAR_ALT=Techno Tim Profile Pic
|
|
|
|
|
- NAME=TechnoTim
|
|
|
|
|
- BIO=Hey! Just a place where you can connect with me!
|
2021-08-25 19:54:23 -05:00
|
|
|
- FOOTER=Thanks for stopping by!
|
2021-08-09 21:58:26 -05:00
|
|
|
- GITHUB=https://github.com/timothystewart6
|
|
|
|
|
- TWITTER=https://twitter.com/TechnoTimLive
|
|
|
|
|
- INSTAGRAM=https://www.instagram.com/techno.tim
|
2021-08-25 19:54:23 -05:00
|
|
|
- YOUTUBE=https://www.youtube.com/channel/UCOk-gHyjcWZNj3Br4oxwh0A
|
2021-08-09 21:58:26 -05:00
|
|
|
- TWITCH=https://www.twitch.tv/technotim/
|
2022-01-08 21:55:23 -06:00
|
|
|
- DISCORD=https://l.technotim.live/discord
|
2021-08-25 19:54:23 -05:00
|
|
|
- TIKTOK=https://www.tiktok.com/@technotim
|
2021-08-09 21:58:26 -05:00
|
|
|
- KIT=https://kit.co/TechnoTim
|
2021-08-25 19:54:23 -05:00
|
|
|
- FACEBOOK=https://facebook.com
|
|
|
|
|
- FACEBOOK_MESSENGER=https://facebook.com
|
|
|
|
|
- LINKED_IN=https://linkedin.com
|
|
|
|
|
- PRODUCT_HUNT=https://www.producthunt.com/
|
|
|
|
|
- SNAPCHAT=https://www.snapchat.com/
|
|
|
|
|
- SPOTIFY=https://www.spotify.com/
|
|
|
|
|
- REDDIT=https://www.reddit.com/
|
|
|
|
|
- MEDIUM=https://medium.com
|
|
|
|
|
- PINTEREST=https://www.pinterest.com/
|
|
|
|
|
- EMAIL=you@example.com
|
|
|
|
|
- EMAIL_TEXT=Email Me!
|
|
|
|
|
- EMAIL_ALT=you@example.com
|
|
|
|
|
- EMAIL_ALT_TEXT=Email me!
|
2021-12-05 18:18:48 +01:00
|
|
|
- SOUND_CLOUD=https://soundcloud.com
|
2021-08-25 19:54:23 -05:00
|
|
|
- FIGMA=https://figma.com
|
|
|
|
|
- TELEGRAM=https://telegram.org/
|
|
|
|
|
- TUMBLR=https://www.tumblr.com/
|
|
|
|
|
- STEAM=https://steamcommunity.com/
|
|
|
|
|
- VIMEO=https://vimeo.com/
|
|
|
|
|
- WORDPRESS=https://wordpress.com/
|
|
|
|
|
- GOODREADS=https://www.goodreads.com/
|
|
|
|
|
- SKOOB=https://www.skoob.com.br/
|
|
|
|
|
- LETTERBOXD=https://letterboxd.com/
|
|
|
|
|
- MASTODON=https://mastodon.social/
|
|
|
|
|
- MICRO_BLOG=https://micro.blog/
|
2021-09-23 21:44:52 -04:00
|
|
|
- WHATSAPP=https://www.whatsapp.com/
|
|
|
|
|
- STRAVA=https://www.strava.com/
|
2021-09-11 13:43:20 -05:00
|
|
|
- BUYMEACOFFEE=https://www.buymeacoffee.com/
|
2021-09-23 21:44:52 -04:00
|
|
|
- GITLAB=https://www.gitlab.com/
|
2021-10-14 20:45:57 -05:00
|
|
|
- PATREON=https://www.patreon.com/technotim
|
2021-10-16 20:44:28 +02:00
|
|
|
- DEVTO=https://dev.to/
|
2021-10-16 21:41:08 +02:00
|
|
|
- UMAMI_WEBSITE_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
|
|
|
|
- UMAMI_APP_URL=https://your-umami-app.com
|
2023-05-12 10:47:09 -04:00
|
|
|
- UMAMI_SCRIPT_NAME=script.js
|
2021-10-17 21:38:08 -05:00
|
|
|
- BUTTON_ORDER=YOUTUBE,TWITCH,TWITTER,GITHUB,INSTAGRAM,DISCORD,FACEBOOK,TIKTOK,KIT,PATREON
|
2021-10-18 21:56:28 -03:00
|
|
|
- PAYPAL=https://www.paypal.me/user
|
2021-10-19 00:43:09 -03:00
|
|
|
- SLACK=https://slack.com/
|
2021-12-05 18:18:48 +01:00
|
|
|
- STACKOVERFLOW=https://stackoverflow.com/
|
2021-12-10 18:11:21 +01:00
|
|
|
- LASTFM=https://last.fm/
|
2021-12-10 22:50:04 +01:00
|
|
|
- GITEA=https://gitea.io/
|
|
|
|
|
- POLYWORK=https://www.polywork.com/
|
|
|
|
|
- SIGNAL=https://signal.org/
|
2021-12-13 01:17:12 +01:00
|
|
|
- UNTAPPD=https://untappd.com/
|
2021-12-15 09:59:31 -06:00
|
|
|
- BUTTON_TARGET=_blank
|
2022-02-18 03:51:58 +01:00
|
|
|
- INSTANTGAMING=https://www.instant-gaming.com/
|
2022-06-22 15:44:08 +01:00
|
|
|
- GHOST=https://ghost.org/
|
2022-06-14 00:49:59 +01:00
|
|
|
- TRAKT=https://trakt.tv
|
2022-06-14 15:26:24 +01:00
|
|
|
- CASHAPP=https://cash.app/
|
2022-06-15 00:31:36 +01:00
|
|
|
- TEESPRING=https://teespring.com/
|
|
|
|
|
- XING=https://www.xing.com/en
|
|
|
|
|
- KEYBASE=https://keybase.io/
|
|
|
|
|
- ONLYFANS=https://onlyfans.com/
|
|
|
|
|
- SESSION=https://getsession.org/
|
|
|
|
|
- THREEMA=https://threema.ch/en/
|
|
|
|
|
- STREAMLABS=https://streamlabs.com/
|
2022-07-19 03:08:20 +02:00
|
|
|
- PRIVATEBIN=https://privatebin.net/
|
2022-06-15 23:14:20 +01:00
|
|
|
- AMAZON_AFFILIATE=https://affiliate-program.amazon.co.uk/
|
|
|
|
|
- AMAZON_WISHLIST=https://www.amazon.co.uk/b?node=22758010031
|
|
|
|
|
- APPLE_MUSIC=https://www.apple.com/uk/apple-music/
|
2022-10-26 21:55:12 -05:00
|
|
|
- YOUTUBE_MUSIC=https://music.youtube.com/playlist?list=
|
2022-10-28 17:17:20 -05:00
|
|
|
- VENMO=https://venmo.com/
|
2022-06-15 23:14:20 +01:00
|
|
|
- STATUS=https://status.im/
|
2022-06-18 22:44:29 +03:00
|
|
|
- MATRIX=https://matrix.to/
|
2022-07-06 15:30:18 +01:00
|
|
|
- ANILIST=https://anilist.co/
|
2022-07-06 06:22:23 +01:00
|
|
|
- GITBUCKET=https://gitbucket.github.io/
|
2022-07-10 02:01:09 +01:00
|
|
|
- SHAZAM=https://www.shazam.com/myshazam
|
2022-07-18 18:09:06 -07:00
|
|
|
- TPDB=https://theposterdb.com/
|
|
|
|
|
- FLICKR=https://www.flickr.com/
|
2022-07-21 07:42:32 +09:00
|
|
|
- OSU=https://osu.ppy.sh/users/
|
2022-07-23 18:13:29 +01:00
|
|
|
- LINE=https://line.me/en/
|
|
|
|
|
- KAKAOTALK=https://www.kakaocorp.com/page/service/service/KakaoTalk?lang=ko
|
|
|
|
|
- DESIGNBYHUMANS=https://www.designbyhumans.com/
|
2022-08-02 02:03:31 +01:00
|
|
|
- DOCKERHUB=https://hub.docker.com/
|
2022-11-04 20:41:04 +00:00
|
|
|
- VERO=https://vero.co/
|
2022-08-20 04:59:29 +01:00
|
|
|
- MYANIMELIST=https://myanimelist.net/
|
2022-02-20 04:37:34 +01:00
|
|
|
- OG_SITE_NAME=Techno Tim Live (OG)
|
|
|
|
|
- OG_TITLE=Techno Tim (OG)
|
|
|
|
|
- OG_DESCRIPTION=Techno Tim Link page (OG)
|
|
|
|
|
- OG_URL=https://technotim.live/
|
|
|
|
|
- OG_IMAGE=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_400x400.jpg
|
|
|
|
|
- OG_IMAGE_WIDTH=400
|
|
|
|
|
- OG_IMAGE_HEIGHT=400
|
|
|
|
|
- TWITTER_CARD=summary_large_image
|
|
|
|
|
- TWITTER_IMAGE=https://pbs.twimg.com/profile_images/1286144221217316864/qIAsKOpB_400x400.jpg
|
|
|
|
|
- TWITTER_SITE=@TechnoTimLive
|
|
|
|
|
- TWITTER_CREATOR=@TechnoTimLive
|
2022-07-19 03:08:20 +02:00
|
|
|
- SHARE=https://technotim.live
|
2022-11-08 23:15:31 +00:00
|
|
|
- FIVEHUNDREDPX=https://500px.com/
|
2023-05-03 07:00:43 +02:00
|
|
|
- PRINTABLES=https://www.printables.com
|
2023-05-21 06:49:06 +02:00
|
|
|
- SERIALIZD=https://www.serializd.com/
|
2023-07-25 15:23:08 +01:00
|
|
|
- LEMMY=https://join-lemmy.org
|
|
|
|
|
- PIXELFED=https://pixelfed.org/
|
|
|
|
|
- VRCHAT=https://vrchat.com
|
2022-11-08 23:15:31 +00:00
|
|
|
|
2021-08-09 21:58:26 -05:00
|
|
|
ports:
|
|
|
|
|
- 8080:3000
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
security_opt:
|
2021-08-31 15:33:58 -04:00
|
|
|
- no-new-privileges:true
|