Michael Steudter
Michael Steudter
Hi there, is this still open? I would like to work on this as I have built something similar lately into one of my own projects. The issue mentions some...
oh ok, I just saw that there is this new Flutter app. So this is native iOS app is probably not maintained anymore right?
Hello, which parameters are you referring to @gugoan? I also do not get any email sent. I probably have to setup credentials to my mailserver somewhere or how does it...
I changed the status directly in the SQL database now. Is it actually possible to have two users for one budget?
Hi, thanks for the quick reply! checked the encoding using `file`, it says: `conf/accounting-config.yml: UTF-8 Unicode text` Regarding the contents of it, I did not change anything of it. It's...
OK, I'm doing it right now: - downloaded archived release - unpacked on my machine and renamed the folder to `facto` - uploaded it to my webserver's `/var/www/` via FTP...
OK no idea where I should continue. I'm unwilling to just randomly try other file encoding. Maybe anything of my VPS setup (Java, etc) is different or incompatible? Let me...
> > try > > > > > > ``` > > > docker run -d --name memos -p 443:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest > > > ``` > > >...
> I just experimented, it seems the most basic version works: > > > > ``` > > server { > > listen 80; > > listen [::]:80; > >...
ok, lol I ended up creating a directory called `memo` inside of my `/var/www`. In that I added an `.htaccess` with a redirect. ``` RewriteEngine On RewriteRule ^ http://mydomain.com:5230/ [L,R=301]...