From e7d814051b105fd8ae7dd8ae77e15b280c546a8a Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 1 Jul 2025 23:44:05 +0200 Subject: [PATCH] Add traefik labels --- compose.yml | 9 +++++++++ data.yaml | 5 +++-- dist/assets/ublock_filter.txt | 21 --------------------- dist/css/index.css | 2 +- dist/index.html | 6 ++++-- dist/publications/index.html | 2 ++ 6 files changed, 19 insertions(+), 26 deletions(-) delete mode 100644 dist/assets/ublock_filter.txt diff --git a/compose.yml b/compose.yml index a2b7d4c..f6df512 100644 --- a/compose.yml +++ b/compose.yml @@ -7,6 +7,15 @@ services: restart: unless-stopped networks: - proxy-network + labels: + - "traefik.enable=true" + - "traefik.http.routers.homepage.rule=Host(`www.yanlincs.com`) || Host(`www.ylresearch.com`)" + - "traefik.http.routers.homepage.tls=true" + - "traefik.http.routers.homepage.tls.certresolver=cloudflare" + - "traefik.http.routers.homepage.tls.domains[0].main=*.yanlincs.com" + - "traefik.http.routers.homepage.tls.domains[1].main=*.ylresearch.com" + - "traefik.http.services.homepage.loadbalancer.server.port=80" + networks: proxy-network: diff --git a/data.yaml b/data.yaml index 1517eab..e18d83f 100644 --- a/data.yaml +++ b/data.yaml @@ -145,6 +145,7 @@ secondaryPublications: - "IEEE TKDE" - "2024" links: + Paper: "https://ieeexplore.ieee.org/document/10613424" Preprint: "https://arxiv.org/abs/2407.15899" - title: "Contrastive Pre-training with Adversarial Perturbations for Check-In Sequence Representation Learning" @@ -263,5 +264,5 @@ presentations: services: - "IEEE, ACM member" - "Secretary of IEEE (Denmark Section) Computer Society" - - "Reviewer for journals including TKDE, TIST, TII, and TVT" - - "Member of program committees of KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, and WWW" + - "Reviewer for journals: TKDE, TIST, TII, and TVT" + - "Member of program committees of conferences: KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, WWW, and WACV" diff --git a/dist/assets/ublock_filter.txt b/dist/assets/ublock_filter.txt deleted file mode 100644 index 5653862..0000000 --- a/dist/assets/ublock_filter.txt +++ /dev/null @@ -1,21 +0,0 @@ -||bilibili.com^|$document - -# The recommendation list besides each video -bilibili.com##.rec-list -# The full main page -bilibili.com##.container -# Comment below the videos -bilibili.com###commentapp -# The navbar -bilibili.com##.left-entry -# The search bar -bilibili.com###nav-searchform -# The "news" bar on the right side of time flow -t.bilibili.com##.right - -||youtube.com^|$document -youtube.com###secondary -youtube.com###comments -youtube.com###logo -youtube.com###center -YouTube.com###start \ No newline at end of file diff --git a/dist/css/index.css b/dist/css/index.css index 3d3b382..0b90cfd 100644 --- a/dist/css/index.css +++ b/dist/css/index.css @@ -18,7 +18,7 @@ @media (prefers-color-scheme: dark) { :root { /* Dark mode variables */ - --background-color: #212529; + --background-color: #161618; --background-secondary: #343a40; --text-color: #f8f9fa; --text-secondary: #adb5bd; diff --git a/dist/index.html b/dist/index.html index 82afaa5..19131bc 100644 --- a/dist/index.html +++ b/dist/index.html @@ -373,6 +373,8 @@

+ Paper + Preprint
@@ -632,9 +634,9 @@
  • Secretary of IEEE (Denmark Section) Computer Society
  • -
  • Reviewer for journals including TKDE, TIST, TII, and TVT
  • +
  • Reviewer for journals: TKDE, TIST, TII, and TVT
  • -
  • Member of program committees of KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, and WWW
  • +
  • Member of program committees of conferences: KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, WWW, and WACV
  • diff --git a/dist/publications/index.html b/dist/publications/index.html index eb243db..25aa850 100644 --- a/dist/publications/index.html +++ b/dist/publications/index.html @@ -394,6 +394,8 @@

    + Paper + Preprint