Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

erfjab/ClockSub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

Preview

Marzneshin [server]

  1. Download the template:

    sudo wget -N -P /var/lib/marzneshin/templates/subscription/ https://raw.githubusercontent.com/erfjab/ClockSub/refs/heads/main/marzneshin/index.html
  2. Run these commands:

    echo 'CUSTOM_TEMPLATES_DIRECTORY="/var/lib/marzneshin/templates/"' | sudo tee -a /etc/opt/marzneshin/.env
    echo 'SUBSCRIPTION_PAGE_TEMPLATE="subscription/index.html"' | sudo tee -a /etc/opt/marzneshin/.env

    Or uncomment these lines in /etc/opt/marzneshin/.env:

    CUSTOM_TEMPLATES_DIRECTORY="/var/lib/marzneshin/templates/"
    SUBSCRIPTION_PAGE_TEMPLATE="subscription/index.html"
    
  3. Restart Marzneshin:

    marzneshin restart

Marzneshin [host]

check and use:

https://raw.githubusercontent.com/erfjab/ClockSub/refs/heads/main/marzneshin/marzneshin.php

About

Subscription page Template

Resources

Stars

Watchers

Forks

Contributors

Languages

  • PHP 51.7%
  • HTML 48.3%