index
:
gos
main
Social Media sharing tool written in Go - Personal replacement for buffer.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
config
/
server
/
server.go
Age
Commit message (
Expand
)
Author
2024-09-21
cleanup
Paul Buetow
2024-09-18
some stuff
Paul Buetow
2024-09-12
use pending.next to determine next
Paul Buetow
2024-09-12
add pending.delete
Paul Buetow
2024-09-03
hiding generics as types cant be inferred
Paul Buetow
2024-09-03
refactor
Paul Buetow
2024-09-03
initial generic handling of environment variables
Paul Buetow
2024-09-03
Partners and Servers are now slices
Paul Buetow
2024-09-03
add EnvToStrSlice
Paul Buetow
2024-08-29
skip config file if it doesn't exist
Paul Buetow
2024-08-29
can read secrets
Paul Buetow
2024-08-29
initial secrets config fiel
Paul Buetow
2024-08-29
initial EnvToBool
Paul Buetow
2024-08-22
initial scheduler
Paul Buetow
2024-08-12
initially can merge from remote partner but file to disk sync doesn't work ye...
Paul Buetow
2024-08-12
more idiomatic go
Paul Buetow
2024-08-12
initiate merge operation by cron ticker
Paul Buetow
2024-08-11
fix
Paul Buetow
2024-08-11
add CBs for config defaults
Paul Buetow
2024-08-11
can configre cron interval
Paul Buetow
2024-08-11
more on this
Paul Buetow
2024-08-11
initial cron service
Paul Buetow
2024-06-17
add EDITOR client config, plus a bit refactor of the config env handling
Paul Buetow
2024-05-15
initial merge operation
Paul Buetow
2024-05-11
branch out serverconfig
Paul Buetow