Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 584 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 584 Bytes

shareacc

Share your accounts with your friends over a webpanel

Introduction

  1. Add the files in htdocs/ and cgi-bin/ to the related folders of your http server.
  2. Set all required rights to files in cgi-bin folder
  3. Copy the accounts.yaml.example to accounts.yaml and change the values as needed
  4. Have fun ;)

accounts.yaml

The accounts.yaml is a YAML config file.

  • When you want to add more than one account, you must entitle very section with [(previous section)+1]
-
 num: 1
 type: example.com
 owner: Li Ziege
 user: li.ziege
 pass: foobar123

-
...