Chiacomo

Members
  • Posts

    7
  • Joined

  • Last visited

Chiacomo's Achievements

Noob

Noob (1/14)

1

Reputation

  1. So, its running with the Pre 3 Version. I restored a old database backup and edited the container definition in unraid, to start Version 2.1.35. I try the next days to upgrade to v3.x and try to find the problem. Greetings
  2. Hi, i have the same problem. I didn't use akaunting for 2 weeks. Yesterday i wanted to use it. I tried to login and but the login site didn't load. This was in the log files and the container stopped: Some options are missing and --no-interaction is present. Please run the following command for more information : ❌ php artisan help install ❌ Missing options are : db-port After editing the settings of the container and set setup to false, i restartet the container. I entered my credentials at the login screen but nothing happens. Now i have a big problem to get it work again. I only have backups fom the database. I don*t no what happend. I think the problem comes from an update because i see the login screen in a new design. Please help me because i am in big trouble. When i use this line in the container: php artisan install --db-host "ip_of_dbhost" --db-port "port_number_of_db" --db-name "db_name_here" --db-username "db_username_here" --db-password "db_password_here" --company-name "company_name" --company-email "company@mail" --admin-email "email@mail" --admin-password "password_here" --locale "en-US" with my values, it connects to the database and after a few seconds this error came: In Connection.php line 742: SQLSTATE[HY000]: General error: 1005 Can't create table `akaunting`.`2gl_media` (errno: 121 "Du plicate key on write or update") (SQL: alter table `2gl_media` add constraint `original_media_i d` foreign key (`original_media_id`) references `2gl_media` (`id`) on delete set null) In Connection.php line 527: SQLSTATE[HY000]: General error: 1005 Can't create table `akaunting`.`2gl_media` (errno: 121 "Du plicate key on write or update") Best Regards
  3. Hi, sry, i found one more thing. When accessing the app over a reverse proxy like NginX there are many problems. I use NginX as reverse proxy to access my local hosted services from the outside. During my work, i found that several functions (backup, creating a new series, etc) are not working when they are accessed through a reverse proxy. Using a reverse proxy is a standard way to make services available. Can you check this plz? Greetings
  4. Hi, thanks for your quick answer. I will subscribe to the notifications. One more thing i found. Every time i add a new audiobook by manually moving the files to the directory or uploading it over the web ui, i have to go to the preferences menu and select the library to rescan. Is there a way to do automatic or scheduled scan? Greetings
  5. Hi, great work. But i have two things for you: - When i search on the Match-Tab for the Meta-Infos of the Audiobook, they are stored in the database. Is there a way to write the mp3 tag based on this informations? - Is it possible to assign to a collection when more then on e audiobook is selected? Thanx a lot.
  6. No feedback for a best practice? Any ideas?
  7. Hello, i am using Unrat for a while and its a really nice system. Now I installed a second unread server only for use as hypervisor for a home lab for testing linux solutions. And this is my problem. I don't need any answers like "use proxmox or VMware". I have installed 1 ubuntu server vm and I want to use it as template for quick deploying new vm's. This is important cause I often need more than one v, for testing clusters solutions. There is a tool call vert-sysprep for preparing a vm on a KVM system for use it as template. Is there any way, to use this tools or to implement this tool to unpaid, for easy prepare am vm as template? Is there any way, to provide a vm cloning feature in the vm tab of unraid. At the moment, I am using the Krusader docker container to duplicate the vmdisk. After the copy process is finished, I have to start the copied vm isolated and do all the changes in the new vm manually. This is not really a good solution. But I want to use Unraid cause I like it. The second question: Is there a way or a plan for future features and update to give the possibility to add vlan support to the vm tab. I look forward to your answers. If any other user knows a best practice for working with vms, I like to hear from u. Kind Regards.