Compare commits
No commits in common. "bf10c236a32599c646e98170a814366d93f6f93f" and "6d8dc4c879f123262fe92f6a4c889d6d43bc069f" have entirely different histories.
bf10c236a3
...
6d8dc4c879
3 changed files with 0 additions and 20 deletions
|
@ -46,7 +46,6 @@ in
|
||||||
containers.browsers = {
|
containers.browsers = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ephemeral = true;
|
ephemeral = true;
|
||||||
restartIfChanged = false;
|
|
||||||
|
|
||||||
bindMounts = lib.mkMerge [
|
bindMounts = lib.mkMerge [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
# Davmail
|
|
||||||
|
|
||||||
## Update refresh token
|
|
||||||
|
|
||||||
Stop current `davmail.service` and clone properties to a temp file
|
|
||||||
|
|
||||||
```sh
|
|
||||||
sudo systemctl stop davmail.service
|
|
||||||
cat $(sudo systemctl cat davmail.service | awk '/ExecStart=/ { print $2; }') > /tmp/davmail.properties
|
|
||||||
```
|
|
||||||
|
|
||||||
Start davmail manually
|
|
||||||
|
|
||||||
```sh
|
|
||||||
davmail /tmp/davmail.properties
|
|
||||||
```
|
|
||||||
|
|
||||||
Open renew link in the browser and copy `refreshToken` from
|
|
||||||
`/tmp/davmail.properties`
|
|
Binary file not shown.
Loading…
Reference in a new issue