Discover Packages 
           
        
          
            gitproxy.zycloud.tk/pydio/cells 
           
        
          
            frontend 
           
        
        
          
            front-srv
           
          
            
               
             
          
        
       
     
   
  
    
  
    
       
     
    
    
      directory 
    
    
      
        
           
         
      
    
   
    
      
  
    
      
  
    
      Version:  
        v1.0.1
     
    
      Opens a new window with list of versions in this module.
    
    
    
   
      
  
    Published: Jun 18, 2018
   
      
  
    License: AGPL-3.0 
      
    
   
  
    Opens a new window with license information.
  
      
    
   
  
  
    
   
 
    
      
    
    
  
  
    
      
        
          README 
        
       
     
  
 
    
  
    
      
        
  
    
       
      README
      ¶ 
     
    
      
        FrontLog Service 
A super simple REST service logging every request to the standard input. Used by the PHP Frontend to log operations and errors using the application official format.
The REST service conforms to the following:
service FrontLogService {
    rpc Log(FrontLogMessage) returns (FrontLogResponse) {
        option (google.api.http) =  {
            put: "/frontlogs"
            body: "*"
        };
    }
}
 
 
       
      Expand ▾ 
      Collapse ▴ 
    
   
      
      
      
      
        
  
    
       
      Directories
      ¶ 
     
    
    
      
      
          
  
  
    
      
        
          Package rest is a service for serving specific requests directly to frontend
         
       
      Package rest is a service for serving specific requests directly to frontend  
      
          
  
  
    
      
        
          Package web is a service for providing additional plugins to PHP frontend
         
       
      Package web is a service for providing additional plugins to PHP frontend  
      
    
   
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.