Skip to content
/ photos Public

A cloud photos server that interfaces with rotur, written in osl.go

License

Notifications You must be signed in to change notification settings

RoturTW/photos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photos

This is a photo hosting service built using OSL.go.

Config

{
    "quotas": {
        "mist": 10737418240
    },
    "useSubscriptions": true,
    "subscriptionSizes": {
        "drive": 104857600,
        "pro": 1073741824,
        "max": 10737418240
    }
}
  • quotas: A map of usernames to quotas in bytes. This is used to determine whether a user can upload or not.
  • useSubscriptions: Whether to use subscriptions or not. If this is set to false, it will ignore rotur subscription quotas.

About

A cloud photos server that interfaces with rotur, written in osl.go

Resources

License

Stars

Watchers

Forks

Contributors