0 Followers
0 Following
1 Posts
Sorry, my comments and edits seem to fail every time

Generate document from templates and database

https://lemmy.world/post/15688733

Generate document from templates and database - Lemmy.World

I’m looking for a solution to generate document (ideally docx but pdf is ok) from a database Ex: I have a project entry (with client info, dates, information about the project, etc.) and I want to generate documents from a tender templates, containing selected entries from the database. Here is what I tried until now : * Custom database (tinyDB [https://tinydb.readthedocs.io/en/latest/index.html]) + custom webpage form + a docx template with jinja [https://jinja.palletsprojects.com/en/3.1.x/]markups served by a homemade webpage hosted on pythonanywhere [https://www.pythonanywhere.com/](lot of work and not reliable as I’m doing everything myself) * Nocodb [https://nocodb.com/]form and database (no document generation yet) (self-hosted or on cloud) * Airtable [https://airtable.com/] (closed source and on cloud) for forms, database and document generation Airtable is what I’m currently trying because it’s the only one that I found that have lot of support and adds on. There are a few options on Airtable for document generation, lot of which cost around $30/month which is why I’m looking for a viable alternative. Ideally I would like to be able to upload my already made templates. More point to the solution if it’s supports geodata I’m considering keeping airtable and using the api to generate document with the python program I used on the first point, but I’d like to know if there is more options.

Two Servarr (Radar and Sonar) stopped working for unknown reasons

https://lemmy.world/post/9939492

Two Servarr (Radar and Sonar) stopped working for unknown reasons - Lemmy.World

Recently, Radarr and Sonarr stopped working, and I don’t know why or where to look. Host: Kubuntu 22.04 Kernel: 3.2.0-39-generic (64 bits) Docker: 24.0.5, build 24.0.5-0ubuntu1~22.04.1 Image: linuxserver/sonarr 3.0.10.1567 and linuxserver/radarr 5.2.6. Every other app, including other servarr app (readarr, lidarr, etc.) is working Apps is giving me the following message: [Info] OwinHostController: http://localhost:8989/ [Info] SonarrBootstrapper: Starting Web Server [Fatal] ConsoleApp: The requested address is not valid in this context. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions Press enter to exit... I checked, and nothing seems to use the same port: ~$ sudo netstat -nlp | grep 8989 tcp 0 0 0.0.0.0:8989 0.0.0.0:* LISTEN 48005/docker-proxy tcp6 0 0 :::8989 :::* LISTEN 48011/docker-proxy And I don’t think permission is at fault since other docker apps works fine. Where should I look to fix that?