Inside Etere, Reports are populated through the software EtereUpdate, just:
- check "Reports Birt" options
- set the repository path
The important prerequisite is the accessibility of that path from Etere Update. If birt reports is on linux side, a possible configuration could be:
sudo nano /etc/samba/smb.conf
_________________ place this configuration on botton of the smb.conf file
[BirtReports]
comment = Birt folder
path = /var/lib/tomcat10/webapps/birt/
read only = no
browsable = yes
guest ok = yes
force guest = yes
create mask = 0777
directory mask = 0777
__________________