Geen omschrijving

bmallred c1e4f6d8a3 workspace elements placed roughly 10 jaren geleden
account ddc9ef4599 reorg and logon handler 10 jaren geleden
environment ddc9ef4599 reorg and logon handler 10 jaren geleden
handlers c1e4f6d8a3 workspace elements placed roughly 10 jaren geleden
html c1e4f6d8a3 workspace elements placed roughly 10 jaren geleden
markdown ddc9ef4599 reorg and logon handler 10 jaren geleden
security ddc9ef4599 reorg and logon handler 10 jaren geleden
.gitignore c1e4f6d8a3 workspace elements placed roughly 10 jaren geleden
LICENSE b33fa2fa40 Init commit 10 jaren geleden
README.md 02291b83d2 updated readme file 10 jaren geleden
loop ddc9ef4599 reorg and logon handler 10 jaren geleden
main.go ddc9ef4599 reorg and logon handler 10 jaren geleden

README.md

loop

Environment Variables

- LOOP_URL      (Default: localhost:6006)
- LOOP_SALT     (Default: whatyoutalkingaboutwillus)
- LOOP_DATA     (Default: .)

Basic Structure

./loop_users

User name and hashed password security. Not the best but definitely simple.

{LOOP_DATA}/{username}/content/{unique-id}

This directory holds the core data. Essentially every editable item has a unique identifier which then holds the data specific to it. By default every new item will contain a default markdown file. Ex:

- document.md
- kittens.gif
- uberawesomeness.odt

{LOOP_DATA}/{username}/blog

The blog directory contains symbolic links to content which has been marked as a public entry. The format of the file name gives the unique title of the blog entry. Ex:

- 201501010730-my-first-blog-post -> ../content/yaddayaddayadda

{LOOP_DATA}/{username}/calendar

The calendar name will be represented in the file name with the file extension .ics. Ex:

- Employee Work Items.ics
- Personal.ics