Dmitry Verkhoturov and Umputun
c1b3fba344
add backend support for Apple auth provider
...
It's a bit different from other OAuth providers and requires a
different set of options and a private key file.
2023-01-03 23:47:42 -06:00
Denis Hananein and Umputun
984fbde540
Support no_footer option
2022-10-25 21:42:08 -05:00
Dmitry Verkhoturov and Umputun
cebe929118
bump go modules, enable LoginAuth option for email
...
That option is needed for outlook.com and Office 365, resolves #1472 .
2022-10-03 03:26:34 -05:00
Dmitry Verkhoturov and Umputun
a6a9270f63
apply pngcrush, advpng and optipng to all png images
...
Commands used:
```
find . -type f -iname "*.png" -exec advpng -z4 {} \;
find . -type f -iname "*.png" -exec optipng -o7 -preserve {} \;
find . -type f -iname "*.png" -exec pngcrush -rem allb -brute -reduce -ow {} \;
```
2022-09-28 16:05:03 -05:00
Dmitry Verkhoturov and Umputun
28fbe76547
remove duplicated docker-compose.yml from parameters doc
...
Also, clarify the wording on TIME_ZONE parameter a little.
2022-08-23 22:39:02 -05:00
Dmitry Verkhoturov
86d059bf99
move templates from rakyll/statik to go:embed
...
There is no need for the rakyll/statik package starting with Go 1.16,
which provides us with tools for embedding files
without third-party libraries.
2022-07-29 19:07:49 +02:00
Dmitry Verkhoturov and Umputun
ac3a36eb13
rewrite email documentation, elaborate on how to replace templates
...
I've run Grammarly over that text to find and fix some flaws
and added more detailed instructions on replacing a built-in template
with your own.
2022-07-28 13:28:27 -05:00
Paul Mineev and Umputun
fe4db30e6d
show subscription buttons in simple view, add ability to hide rss button
2022-06-06 10:00:24 -05:00
Dmitry Verkhoturov and Umputun
9049d7a616
add missing RPC type of image storage to the documentation
2022-05-15 15:56:53 -05:00
Dmitry Verkhoturov and Umputun
adb77d9a11
sync server parameters with their description
2022-05-12 11:41:52 -05:00
Dmitry Verkhoturov and Umputun
a980bdbad2
switch to go-pkgz/notify package: email
2022-04-29 13:32:15 -05:00
Paul Mineev and Umputun
f7bddd757d
Improve frontend docs
2022-04-10 11:18:15 -05:00
Dmitry Verkhoturov and Umputun
0eac76ce6c
improve notifications description in parameters doc
2022-04-07 18:27:39 -05:00
Dmitry Verkhoturov and Umputun
977e5f018b
renew Google auth documentation
2022-04-07 17:14:56 -05:00
Dmitry Verkhoturov and Umputun
7af30852db
add variables into auth instructions
2022-04-07 17:14:56 -05:00
Dmitry Verkhoturov and Umputun
0047fa057f
add missing main component to frontend config examples
2022-04-06 18:40:27 -05:00
Umputun
65e3a82d8b
add no-signature mode suppressing app info middleware #1305
2022-04-05 12:08:44 -05:00
itsmejoeeey and Umputun
86b0e8d57c
Remove emoji from warning in Twitter section in auth docs
2022-03-25 23:09:39 -05:00
itsmejoeeey and Umputun
d3fe35bdf2
Add warning to Twitter section in docs Authorization page
2022-03-25 23:09:39 -05:00
Dmitry Verkhoturov and Umputun
cfb7361adf
optimise images for smaller size
2022-02-24 16:18:28 -06:00
Dmitry Verkhoturov and Umputun
b5f34b8777
remove notice about user notifications in telegram
2022-02-12 03:52:16 -06:00
Dmitry Verkhoturov and Umputun
f58073fa57
add proper default values for two boolean variables
2022-02-06 16:37:47 -06:00
Dmitry Verkhoturov and Umputun
3a9806a368
improve doc on backend run without docker
2022-01-30 19:05:57 -06:00
Dmitry Verkhoturov and Umputun
ffa0d34ed1
improve backend and frontend development docs
...
Remove generic development documentation, make frontend
and backend pages more specific and self-sufficient,
as previously you had to read development and frontend
pages in order to understand how to properly develop
frontend.
2022-01-30 12:25:07 -06:00
Umputun
dc9411e2b9
add work-in-progress note about tg auth docs
2022-01-30 04:09:45 -06:00
Dmitry Verkhoturov and Umputun
bd42c75a84
improve telegram notifications documentation
2022-01-24 15:06:50 -06:00
Dmitry Verkhoturov and Umputun
ddba4059b0
add "invite your tg bot" note to documentation
...
Pointed out in #1221 originally.
2022-01-23 13:20:14 -06:00
Dmitry Verkhoturov and Umputun
151913f371
style fixes to the documentation and CLI params description
2021-12-20 13:36:58 -06:00
Dmitry Verkhoturov and Umputun
e341e25f0f
improve notifications documentation (telegram, webhook)
2021-12-20 02:56:38 -06:00
Dmitry Verkhoturov and Umputun
f43dfd57e0
clarify telegram channel ID param and documentation
2021-12-19 13:56:16 -06:00
Dmitry Verkhoturov and Umputun
e1d629191e
properly format email documentation
2021-12-19 13:54:49 -06:00
Dmitry Verkhoturov and Umputun
90ec2ff907
move more parts of Readme to the docs site
2021-11-07 11:58:08 -06:00
Dmitry Verkhoturov and Umputun
b3d28f97ae
fix links in docs, move frontend readme to site
2021-10-25 17:21:24 -05:00
Dmitry Verkhoturov and Umputun
aa34dc8384
move non-technical part of the readme to site
2021-10-23 11:37:23 -05:00
Dmitry Verkhoturov and Umputun
c222b8a2ba
cut parameters list from readme to site
2021-10-22 01:21:33 -05:00
romanilchyshyn
df0d4d27fa
patreon auth
2021-10-13 00:30:14 +03:00
Dmitry Verkhoturov and GitHub
58409ae05c
clarify user and admin email instructions
2021-08-14 12:41:55 +02:00
Pavel Mineev
f2c13d3126
edit facebook oauth manual
2021-08-10 10:36:21 +03:00
Pavel Mineev and Umputun
79386a8b14
move docs about third party soft in manual section
2021-08-09 11:09:33 -05:00
Pavel Mineev and Umputun
a45c1d1994
update docs nav definition
2021-08-05 12:57:43 -05:00
Pavel Mineev and Umputun
ad1f95dc74
format md files
...
- use doublequote in yaml
- right indentation in yaml
- format missformatted places
2021-08-05 12:22:49 -05:00
Pavel Mineev and Umputun
c5e3ea898d
fix images
2021-08-05 03:23:51 -05:00
Pavel Mineev and Umputun
deb7f7c209
use spaces for indentation in markdown
...
- adds global editorconfig (supports in intellij by default and with plugin in vscode)
- fixes prettier config
2021-07-27 04:22:40 -05:00
Pavel Mineev and Umputun
07b6454b79
add docs from readme on the site
2021-07-27 04:22:40 -05:00
Dmitry Verkhoturov and Umputun
936ccd825f
Move existing documentation to the new site
2021-06-27 14:53:20 -05:00
Dmitry Verkhoturov and Umputun
2b15e9291f
fix typos
2021-06-15 02:02:48 -05:00
dfcf728e6f
Site ( #1049 )
...
by @akellbl4
* create infrastructure for site
* wip
* fix docker build and add readme
* add docker-compose as a build and a run method
* rename compose file yaml -> yml
* add `src` as volume for watching changes
* update configs
* update README
* add padding at the end of the pages
* move demo settings in config
* fetch latest release from github
* update docs navigation
- add sections
- redirect from root of the section to first doc
- nice styles for navigation
- add brand colors
* cache github data from first load
* add redirects and fix link to docs
* fix docs nav styles
* add installation page placeholder
* fix demo
* add 404
* add dark theme, add theme switcher, remove unused files
* fix dark theme on main page
* fix dark theme background
* fix node version
* change installation docs
* add note block
* minor fixes
* add code highlighting styles
* fixes
* fixes
* mobile navigation, fix code highlighting colors
* fix dev server
* fix fetching error
* fix path to edit
Co-authored-by: Pavel Mineev <pavel@mineev.me >
Co-authored-by: Dmitry Verkhoturov <paskal.07@gmail.com >
2021-06-13 18:44:49 -05:00